#navtext, #navtext ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-top: 4px;
	list-style: none;
	font-size: 1.03em;
	line-height:1.7em;
	font-family:Georgia, serif;
	z-index: 1000;
}

#navtext a {
	display: block;
	height: 31px;
	padding-top: 0px;
    text-decoration: none;
	color:#FFFFFF;
}

#navtext a:hover {
	color:#fefefe;
    text-decoration: underline;
}

#navtext li { /* all list items */
	float: left;
	width: 83px; /* width needed or else Opera goes nuts */
	list-style:none;
	text-align: center;	
}

#navtext li ul { /* second-level lists */
	position: absolute;
	width: 83px;
	margin-left: 0px!important;
	margin-left: -50px;
	margin-top: -8px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #5e87a3;

	background-color: #9AC3D7;
	padding: 5px 0px 0px 0px;

}

#navtext li ul a {
	background-image: none;
	background-color: #9ec4d9;	
	margin-right: 1px;
	margin-top: -2px;
	height: 31px;
	font-size: 0.8em;
}

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

#navtext li ul ul { /* third-and-above-level lists */
	margin: -2.2em 0 0 100px;
	width: 100px;
	text-align:center;
	border: 1px solid #5e87a3;
	margin-left: 100px!important;
	margin-left: 50px;
}

#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 ul li a.active {
	height:31px;
	background: url(../images/nav_active_bg.jpg) repeat-x;
	color:#000000;

}

#navtext ul li:hover {
	background: url(../images/nav_hover_bg.jpg) repeat-x;
	z-index: 1;
}

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

}
#navtext a:hover { 
	color:#fefefe;
	text-decoration:underline;
}