/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font: 10px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*background: lightyellow;*/
width: 200px; 
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #660000;
}

.anylinkmenu a:hover{
background: #ebd89e;
color: #990000;
}


.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: black;
visibility: hidden;
}

/*anchor links styling*/

.menuanchorclass1 
a:hover{ 
background: transparent;
color: #666666;

}
.menuanchorclass1 a{
font-weight: bold;
font-family: Arial;
font-size: 12px;
color:#000000;
/*border-right: 1 px solid #000000;*/
}
