/*----------- DROP DOWN MENU -------------------------------*/

#dropmenudiv{
position:absolute;
background-color: #f7edae;
border:none;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}
 
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: none;
padding: 2px 0;
color:#003366;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}
 

#dropmenudiv a:hover{ /*hover background color*/
background-color: #003366;
color:#f7edae;

}

