/* 
#########################################
####Menu Styles by latitude Solutions ###
####Created on:  10/05/07             ###
####Copyright: JDoc247                ###
#########################################

*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	width:100%;
	_width:846px;
	z-index:1;

	
}

#nav li a {
	display: block;
	width: 16.1em;
	_width:15.9em;
	font-size:.80em;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	margin:0
	
}

#nav li li a {
	display: block;
	width: 12.5em;
	_width:12.3em;
	font-size:.8em;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	margin:0
	
}

#nav li { /* all list items */
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	white-space:nowrap;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	background-color:#CCCCCC;
	text-align:left;
	padding:0;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	color:#666666;
	text-align:left;
	padding-left:5px;
	width:9.5em
}	
#nav a:hover{
	color:#03656B;
}	
#nav li ul li a:hover{
	color:#fff;
}	

#nav li ul li:hover {
	background-color:#666666;
	
}	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:1.5em;


}
