#dropmenudiv{
/*white-space: nowrap;*/
position:absolute;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: black;
border-left-width: 1px;
border-left-style: solid;
border-left-color: black;
border-right-width: 1px;
border-right-style: solid;
border-right-color: black;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #dadada;
font:normal 10px Verdana;
line-height:16px;
z-index: 100;
margin: 0px 0px 0px -5px; 
text-align: left;
background-color: white;
}

#dropmenudiv a{
display: block;
padding-left: 2px;
text-decoration: none;
padding-right: 5px;
font-weight: normal;
color: black;
text-align: left;
/*background-color: #772432;*/
border-bottom: dotted 1px #dadada;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: none;
color: #666666;
text-align: left;
/*background-color: gold;*/
border-bottom: dotted 1px gold;
}
