/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url(../images/drop-down-bg.png) center repeat-y;
width: 210px; /* default width for menu */
opacity: 0.90;
filter:alpha(opacity=90);
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 196px;
display: block;
text-indent: 3px;
margin-bottom: 1px;
padding: 2px 0 2px 14px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #4b3d22;
}

.anylinkmenu a:hover{ /*hover background color*/
background: url(../images/drop-down-bg2.png) center repeat-y;
color: #932009;
}
