#navMain{
	
}

.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.0;
	width: 9.45em;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	width: 9.45em;
}
.nav li {
	background:#1b4f99;
	border-left:1px solid #fff;
	border-top:1px solid #FFF;
	float: left;
	list-style:none;
	position:relative;
	width: 12.7em;
	z-index:999;
}
.nav a {
	color: #FFFFFF;
	display:block;
	padding: 0.5em 0.2em 0.5em 1.2em;
	text-decoration:none;
	width:/*12.45em;*/ 13.3em;
	font-size: 0.85em;
}
.nav li ul {
	top:-999em;
	position:absolute;
	width:12.55em;
	border-left: 1px solid #FFF;
}
.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #FFD200;
	color: #000046;
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:12.65em;;
	top:-1px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:12.65em;;
	top:-1px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:12.65em;;
	top:-1px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background:#1b4f99;
	width:12.45em;
}
.nav li li li {
	background:#1b4f99;
}
.nav li li a {
	padding-right:0;
	width:13.4em;
}

