.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
/*background-color: #93A070;*/
width: 160px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : -5px; 
left : 80px;
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: black;
background-color: #93A070;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #336600;
color: white;
}


a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 display: block;
 width: 120px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:Verdana, arial;
 font-size:12px;
 margin-left:6px;
 color: #93A070;
 BORDER: none;
 background-color:#FFFFFF;
 text-indent: 4px;
}

A.mainMenuLink:visited {
	display: block;
	width: 120px;/* width can be changed this sets the width of text and may go underneath*/
	text-align: left;
	text-decoration: none;
	font-family:Verdana, arial;
	font-size:12px;
	margin-left:6px;
	color: #93A070;
	BORDER: none;
}

A.mainMenuLink:hover{ /*hover background color*/
border: none;
background-color:#99CC33;
color: #336600;
TEXT-DECORATION: none;
}

A.mainMenuLinkSelected {
display: block;
width: 120px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:Verdana, arial;
font-size:12px;
margin-left:6px;
color: #FFFFFF;
background-color:#93A070;
BORDER: none;
/*font-weight: bold;*/
text-indent: 4px;
/*border: solid 1px #FFFFFF;*/
}

A.mainMenuLinkSelected:hover {
/*border: solid 1px #6100C1;*/
border: none;
background-color:#336600;
color: #FFFFFF;
TEXT-DECORATION: none;
}

A.mainMenuLinkSelected:visited {
	display: block;
	width: 120px;/* width can be changed this sets the width of text and may go underneath*/
	text-align: left;
	text-decoration: none;
	font-family:Verdana, arial;
	font-size:12px;
	margin-left:6px;
	color: #FFFFFF;
	background-color:#93A070;
	BORDER: none;
	/*font-weight: bold;*/
	text-indent: 4px;
	/*border: solid 1px #FFFFFF;*/
}




