body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #000000;
margin-top: 0;
padding: 0;
background-image:url('../images/banner.gif');
background-repeat:no-repeat;
background-position:center;
background-position:top;
margin-left: 12%; 
margin-right: 12%;
}
A:Link { color : #671500; text-decoration: underline }
A:Visited { color : #671500; text-decoration: underline }
A:Active { color : #671500; text-decoration: underline }
A:Hover { color : #671500; text-decoration: underline }
#content {
position: absolute;
z-index: 2;
top : 159px;
text-align: left;

}
.Header {
font-size: 12px;
font-weight: bold;
line-height: 24px;
color: #f06500;
}
.BoxHeader {
font-size: 12px;
font-weight: bold;
line-height: 24px;
color: #671500;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 0px 0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ff6600;
}