body {
background-image:url('/images/bckgrnd.jpg');
background-repeat: repeat-x;
background-position:  0px -7px;
* background-position:  0px 0px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana; 
line-height:16px;
z-index:160;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8ac6d7;
}

.content {
width: 100px;
margin-right: auto;
margin-left: auto;
position: relative;
}
/*hack for IE5*/
body {
text-align: center;
}