
/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
/*background-color: #93A070;*/
width: 100px;
}

.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: #C7BE9D;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #E7E0C5;
color: black;
}


a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 /*display: block;*//*puts it downwards*/
 width: 95px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:arial, Verdana;
 font-size:11px;
 margin-left:0px;
 color: #565656;
 background-color:#FFFFFF;
 text-indent: 4px;
 border: none;
}

A.mainMenuLink:visited {
	/*display: block;*/
	width: 95px;/* width can be changed this sets the width of text and may go underneath*/
	text-align: left;
	text-decoration: none;
	font-family:arial, Verdana;
	font-size:11px;
	margin-left:0px;
	color: #565656;
	background-color:#FFFFFF;
	border: none;
}

A.mainMenuLink:hover{ /*hover background color*/
border: none;
background-color:#41657A;
color: #FFFFFF;
font-family:arial, Verdana;
font-size:11px;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;

}

A.mainMenuLinkSelected {
/*display: block;*/
width: 95px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:arial, Verdana;
font-size:11px;
margin-left:0px;
color: #9DA758;
background-color:#FFFFFF;
BORDER: none;
FONT-WEIGHT: normal;
text-indent: 4px;
/*border: solid 1px #FFFFFF;*/
}

A.mainMenuLinkSelected:hover {
/*border: solid 1px #6100C1;*/
border: none;
background-color:#FFFFFF;
color: #9DA758;
TEXT-DECORATION: none;
}

A.mainMenuLinkSelected:visited {

    /*display: block;*/
	width: 95px;/* width can be changed this sets the width of text and may go underneath*/
	text-align: left;
	text-decoration: none;
	font-family:arial, Verdana;
	font-size:11px;
	margin-left:0px;
	color: #9DA758;
	background-color:#FFFFFF;
	BORDER: none;
	FONT-WEIGHT: normal;
	text-indent: 4px;
	
	
}




