

#dropmenudiv{
position:absolute;
background-color: #F7B52B ;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Verdana ;
font-color: #ffffff;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

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


a.dropDown:link {color: #FFFFFF}     /* unvisited link */
a.dropDown:visited {color: #FFFFFF}  /* visited link */
a.dropDown:hover {color: #FFFFFF}   /* mouse over link */
a.dropDown:active {color: #FFFFFF}   /* selected link */
 
