/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 10px;
z-index: 100;
/*background-color: #93A070;*/
width: 155px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : -5px; 
left : 100px;
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: #ffffff;
background-color: #A9A9A9;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #949295;
color: #FFFFFF;
}


a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 display: block;/*puts it downwards*/
 width: 180px;/* 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:12px;
 margin-left:0px;
 color: #FFFFFF;
 background-color:#1D8BFC;
 text-indent: 24px;
 border: none;
}

A.mainMenuLink:visited {
	display: block;
	width: 180px;/* 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:12px;
	margin-left:0px;
	color: #FFFFFF;
	background-color:#1D8BFC;
	border: none;
}

A.mainMenuLink:hover{ /*hover background color*/
border: none;
background-color:#30A3FF;
color: #FFFFFF;
font-family:arial, Verdana;
font-size:12px;
/*FONT-WEIGHT: normal;*//* causes it to jump*/
TEXT-DECORATION: none;

}

A.mainMenuLinkSelected {
display: block;
width: 180px;/* 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:12px;
text-indent: 4px;
margin-left:0px;
color: #FFFFFF;
background-color:#1D8BFC;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
/*border: solid 1px #FFFFFF;*/
}

A.mainMenuLinkSelected:hover {
/*border: solid 1px #6100C1;*/
border: none;
background-color:#30A3FF;
color: #FFFFFF;
TEXT-DECORATION: none;
FONT-WEIGHT: bold;
font-family:arial, Verdana;
font-size:12px;
}

A.mainMenuLinkSelected:visited {

    /*display: block;*/
	width: 180px;/* 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:12px;
	margin-left:0px;
	color: #FFFFFF;
	background-color:#1D8BFC;
	BORDER: none;
	FONT-WEIGHT: bold;
	text-indent: 4px;
	
	
}
