#dropmenudiv{
position:absolute;
border: 1px solid black;
border-top-color: #cecece;
border-left-color: #cecece;
border-right-color: #cecece;
border-bottom-color: #cecece;
font:normal 11px Arial;
line-height:15px;
z-index:100;
filter:alpha(opacity=100);
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none; color: #1750A0;
font-weight: normal;
background-color: #e8e8d9;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: none; color: #EEEEEE;
background: #8A8966;
}