#navtext, #navtext ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
}


#navtext a:hover {
}

#navtext ul li { /* all list items */
	float: left;
	list-style:none;
	text-align: center;	
	text-decoration: none;
	color:#FFFFFF;
	background:#5b86a1;
	padding:0 15px;

}

#navtext ul li a.active {
text-decoration:underline;
}

#navtext ul li:hover {
	z-index: 1;
		background:#59a8e0;

}

#navtext ul li:nth-child(1){
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#navtext ul li:nth-last-child(1){
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;

}


#navtext ul li ul li:nth-child(1){
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#navtext ul li ul li:nth-last-child(1){
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;

}

#navtext a {
}


#navtext ul li ul { /* second-level lists */
	position: absolute;
	margin-top: 0px;
	margin-left:-15px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #5b86a1;
	padding: 0px 0px 0px 0px;
	width:100px;

}

#navtext ul li ul li {
	background-color: #5b86a1;	
	margin-right: 1px;
	font-size: 14px;
	display:block;
	width:100px;
	border: 1px solid #5e87a3;

}

#navtext li ul img {
	background-image: none;
	background-color: #9ec4d9;
}



#navtext li:hover ul ul, #navtext li.sfhover ul ul {
	left: -999em;

}

#navtext li:hover ul, #navtext li li:hover ul, #navtext li.sfhover ul, #navtext li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#navtext li ul li ul li a {
	font-size: 0.75em;
    width: 100px;

}





#navtext a, #navtext a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	height:30px;
	line-height:30px;

}
#navtext a:hover { 
	color:#fefefe;
}
