.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
text-decoration: none;
background: None;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
text-decoration: none;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid green;
border-bottom-width: 1;
font: normal 11px Arial;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: green;
width: 180px; /* default width for menu */
}

.anylinkmenu ul{
text-decoration:none;
margin: 0;
padding: 0;
list-style-type: none;
}
.normaltxt {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}


.anylinkmenu ul li a{
text-decoration: none;
width: 98%;
display: block;
text-indent: 3px;
border-bottom: 0px solid white;
padding: 2px ;
font-weight: bold;
text-indent: 7px;
color: White;
}

.anylinkmenu a:hover{ /*hover background color*/
text-decoration:none;
background: White;
color: Black;

}
