/* ######### Default class for drop down menus ######### */
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#dacc95;
}
.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#dacc95;
}
/*.anylinkshadow{ CSS for shadow. Keep this as is 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background-image:url(../img/almenu_1.png);
background-repeat:repeat;
visibility: hidden;} 
*/

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#dacc95;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color:#76572b;
width: 250px; /* default width for menu */
}
.anylinkmenu a:hover{ /*hover background color*/
color: #FFFFFF;
}

