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


.menuanchorclass{
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Arial, Tahoma;
	font-size: 13px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

.anylinkmenu{
position: absolute;
top:0;
left:0;
visibility: hidden;
border: 1px #333;
border-bottom-width: 0;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
width: 200px; /* default width for menu */

}

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

}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #999;
	padding: 2px 0 2px 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS",Arial,Tahoma, Helvetica, Arial, Tahoma;
	font-size: 14px;
	text-transform: none;
	color: #000;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #06d206;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */







/* ######### 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;
}
