

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0;
border-bottom-width: 0;
font-family: Tahoma;
	font-size: 10px;
line-height: 12px;
z-index: 9999; /* zIndex should be greater than that of shadow's below */
background: #003300;
width: 120px; /* default width for menu */
}


.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px white;
padding: 1px 0;
text-decoration: none;

text-indent: 5px;
border: 0;

}

.anylinkmenu a:link{ /*hover background color */

color: #FFFFFF;
border: 0;
}


.anylinkmenu a:hover{ /*hover background color */
background: #003300;
color: #FF9900;
border: 0;
}


.anylinkmenu a:visited{ /*hover background color */

color: #FFFFFF;
border: 0;
}

.anylinkmenu a:hover{ /*hover background color */
background: #003300;
color: #FF9900;
border: 0;
}







/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
border:0;
}
