
.menuText a:visited {	
	padding: 5px 3px 4px 10px;
	height:15px;
	color:#000000;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	}

.menuText{
	padding: 5px 3px 4px 10px;
	height:15px;
}

.menuText a{
	color: #000000;
	background: #C8CAB5;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;	
	border-bottom:solid 1px #003366;
	padding: 5px 3px 4px 10px;
	height:15px;
	
}

.menuText a:hover{	
	color: #FFFFFF;
	background: #257AB2;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
}

.menuText2 a{
	color: #000000;
	background: #DDDDDD;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
	border-bottom:solid 1px #003366;
}

.menuText2 a:hover{	
	color: #FFFFFF;
	background: #257AB2;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
}
.menuText3 a{
	color: #000000;
	background-color: #DFE0CE;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
	border-bottom:solid 1px #003366;
}

.menuText3 a:hover{	
	color: #FFFFFF;
	background-color: #666666;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
}


.menuText4 a{
	color: #000000;
	background-color: #eeeeee;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
	border-bottom:solid 1px #003366;
}

.menuText4 a:hover{	
	color: #FFFFFF;
	background-color: #999999;
	font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
	text-decoration:none;
	padding: 5px 3px 4px 10px;
	height:15px;
}


body {
	
}

/* start nav2 */

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav2 a {
	display: block;
	width: 10em;
}

#nav2 li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}

#nav2 li ul { /* second-level lists */
	position: absolute;	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav3, #nav3 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav3 a {
	display: block;
	width: 10em;
}

#nav3 li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}

#nav3 li ul { /* second-level lists */
	position: absolute;	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav3 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav3 li:hover ul ul, #nav3 li:hover ul ul ul, #nav3 li.sfhover ul ul, #nav3 li.sfhover ul ul ul {
	left: -999em;
}

#nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li li li:hover ul, #nav3 li.sfhover ul, #nav3 li li.sfhover ul, #nav3 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}
