#dropmenudiv{
margin-top: 5px;
margin-left: -10px;
position: absolute;
border: 1px dotted;
border-color: #F78E1D;
border-bottom-width: 0;
font-family: "Trebuchet MS", Verdana;
font-size: 12px;
line-height: 2em;
font-weight: normal;
z-index:100;
}

#dropmenudiv a{
display: block;
text-indent: 10px;
border-bottom: 1px dotted;
border-color: #F78E1D;
color: #666666;
background-color: #FFFFFF;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F0F0F0;
color: #F78E1D;
text-decoration: none;
}

