/* CSS Document */

#dropmenudiv{
position: absolute;
border: 1px solid #2b2a2a;
border-bottom-width: 0;
color: #3c3e3f;
font: normal 10px Verdana;
line-height: 18px;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color: #696967;
border-bottom: 1px solid #2b2a2a;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #faee9b;
/*text-decoration: underline;*/
color: #4d4d4d;
}

