 
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
#nav a {
	display: block;
	text-decoration: none;
	color: #333333;
}
 
#nav li { /* all list items */
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0B0B0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
}
 
#nav 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 */
	
}

#nav li ul li{ /* all sub list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	background-color: #003453;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00253C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004067;
	border-right-style: none;
	border-left-style: none;
}

#nav li ul li li{ /* third and lower sub list items */
	width: 14em; /* width for third level item */
}

#nav li ul li a { /* Handles text color on sub navs */
	color: #FFFFFF;
	}
 
#nav li ul ul { /* third-and-above-level lists */
	margin-top: -19px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 123px;	

}
 
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;	
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}
#nav li ul li a:hover {
	color: #69AFD0;
}

/* Overrides */

#nav LI .wider
{
	width: 17em;
}

#nav LI .separator
{
	width: 17em;
	border: 0px;
}

#nav hr
{
	height:1px;
	border:0px;
	border-bottom: solid 1px white;
}

#columnsContainerRowOne #columnLeft ul
{
    margin:5px 0px 5px 0px;
}

#columnsContainerRowOne #columnLeft ul li
{
    list-style-type:square;
    list-style-position:inside;
    margin-left:10px;
}

#columnsContainerRowOne #columnLeft ol li
{
	list-style-type:decimal;
}


/* ++++++++++++++++ zone one banners ++++++++++++++++++ */
#zoneOneBanners{
width: 700px;
margin-right: auto;
margin-left: auto;
}


.zonePadding{
width: 700px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
}


