
/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 15px;
z-index: 100;
/*background-color: #93A070;*/
width: 180px;
}

.anylinkcss a{
width: 180px;
position : relative; 
top : -15px; 
left : 175px;
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: black;
background-color: #E7E0C5;
}

.anylinkcss a.visited{
width: 180px;
position : relative; 
top : -15px; 
left : 175px;
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: black;
background-color: #E7E0C5;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #C7BE9D;
color: black;
}


a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 display: block;
 width: 175px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:Arial,Verdana,Helvetica;
 font-size:11px;
 margin-left:6px;
 color: #4C4C4C;
 background-color:#F6F5ED;
 text-indent: 4px;
 border-bottom: 1px solid white;
}

A.mainMenuLink:visited {
	display: block;
	width: 175px;/* width can be changed this sets the width of text and may go underneath*/
	text-align: left;
	text-decoration: none;
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
	margin-left:6px;
	color: #4C4C4C;
	background-color:#F6F5ED;
	border-bottom: 1px solid white;
}

A.mainMenuLink:hover{ /*hover background color*/
border: none;
background-color:#F5EFD9;
color: #4C4C4C;
font-family:Arial,Verdana,Helvetica;
font-size:11px;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
border-bottom: 1px solid white;
}

A.mainMenuLinkSelected {
display: block;
width: 175px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:Arial,Verdana,Helvetica;
font-size:11px;
margin-left:6px;
color: #565656;
background-color:#F6F5ED;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
border-bottom: 1px solid white;
/*border: solid 1px #FFFFFF;*/
}

A.mainMenuLinkSelected:hover {
/*border: solid 1px #6100C1;*/
border: none;
background-color:#F5EFD9;
color: #565656;
TEXT-DECORATION: none;
font-family:arial, Verdana;
font-size:11px;
}

A.mainMenuLinkSelected:visited {

    display: block;
	width: 175px;/* width can be changed this sets the width of text and may go underneath*/
	text-align: left;
	text-decoration: none;
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
	margin-left:6px;
	color: #565656;
	background-color:#F5EFD9;
	BORDER: none;
	FONT-WEIGHT: bold;
	text-indent: 4px;
	display: block;
	
}




