@charset "utf-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #7D93A8;
opacity: .9;
filter: alpha(opacity=90);
width: 200px;
}

#dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7D93A8;
text-decoration:underline;
width: 200px;
} 


