/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
padding:0px 0px 15px 5px;
border-top: 0px;
font-family:Arial, san-serif;
font-size:14px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:transparent url(/images/interface/bg_dropdown.png) no-repeat bottom center;
width:205px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 195px;
display: block;
padding: 4px;
text-decoration: none;
font-weight: bold;
color:#fff;
}

.anylinkmenu ul li a:hover{ /*hover background color*/
background-color: #fff;
color: #771d22;
}
.anylinkshadow{
 display:none;
}

