#dropmenudiv{
background-color:#DBDDCC;
width:87px;
position:absolute;
border:1px solid #DBDDCC;
border-bottom-width: 0;

font-size:12px;
font-style:normal;
font-weight:normal;
font-family: Helvetica, Verdana, Arial, sans-serif;	

line-height:20px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
background-color:#DBDDCC;
color:#5F5D48;
width: 100%;
width:87px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DBDDCC;
padding: 1px 0;
text-decoration: none;
font-size:12px;
font-style:normal;
font-weight:normal;
font-family: Helvetica, Verdana, Arial, sans-serif;	
}

#dropmenudiv a:hover{ /*hover background color*/
font-size:12px;
font-style:normal;
font-weight:normal;
font-family: Helvetica, Verdana, Arial, sans-serif;	
color:#FFFFFF;
}


