/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position:absolute;
/*width: 165px;*/
/*margin-left:auto;*/
/*margin-right:auto;*/
visibility: hidden;
font: normal 10px Verdana;
}

.anylinkmenu ul{
margin: 0;
padding:0px;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 165px;
display:list-item;
text-indent: 16px;
text-decoration: none;
/*font-weight: bold;*/
color: #e6e4d1;
height:2.5em;
line-height: 2.5em;
}

.anylinkmenu a:hover{ 
/*hover background color*/
background: #999e5c;
color: #4a493d;
width: 165px;
}

