#dropmenudiv{
background-color:#FFFFFF;
position:absolute;
border:1px solid #666666;

/*
width:95px;
border-bottom-width: 0;
font-size:12px;
font-style:normal;
font-weight:normal;
font-family: Helvetica, Verdana, Arial, sans-serif;	
*/

padding-right:6px;
line-height:17px;
z-index:100;
text-align:right;
}

#dropmenudiv a{

background-color:#E0D8A8;
/*font-size:12px;
font-style:normal;
font-weight:normal;
font-family: Helvetica, Verdana, Arial, sans-serif;	
color:#5F5D48;*/
border-bottom: 1px solid #DBDDCC;

width:95px;
width: 100%;
display: block;
/*text-indent: 3px;*/
padding: 1px 0;
padding-right:6px;
text-decoration: none;
}

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

}