#navContainer {
	clear:both;
	color:#575756;
}
a:focus,a:active{outline:0}
#nav * {
	position:relative;/* peek-a-boo bug fix for IE6 */
	min-width:0;/* peek-a-boo bug fix for IE7 */
}
#nav { *margin-left:-20px;}
#nav li {
	cursor:pointer;
	list-style:none;
	padding:20px 0 0px;
	margin:0;
	clear:both;
	position:relative;
	border-bottom:1px solid #f2f2f2;
	line-height: 0;
}
#nav li::after {
	clear:both;
	content: " ";
	width: 100%;
	height: 1px;
	display: inline-block;
}
#nav li::before {
	content: " ";
	width: 300px;
	height: 1px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
#nav li:last-child::before {
	display: none;
}
#nav li ul li {
	padding-top:0; padding-bottom: 0;
	background: #f2f2f2;
	line-height: 0;
	font-size: 13px;
	clear:both;
}
#nav a {
	padding-left:20px;
	text-decoration:none;
	color:#575756;
	background: none;
	display:block;
	float:right;
	width:93%;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#nav li ul li a {
	padding-bottom: 10px; padding-top: 10px;
}
#nav img[src*="imgOnOpen"] + a {
	color:#003671;
	font-weight: 800;
}
#nav a:hover, #nav a.Current {
	color:#003671;
}
#nav a.Current {
	font-weight: 800;
}
#nav img {
	float:left;
	position:absolute;
	top: 24px;
	left: 9px;
	*left: 19px;
	z-index:100;
}

#nav ul {
	display:none;
	margin:0;
	padding:0;
	zoom:1;/*fixes ie6 bug (list will disappear after slideDown)*/
	clear:both;
}

#nav ul li {
	padding-left:0
}
#nav ul li img {
	left:12px;
	*left:0px;
	top:15px;
}
.expand a {
	padding: 5px 10px;
}
@media screen and (max-width: 960px) {
	#nav[style], #nav li[style], #nav ul[style] {
		width: 100% !important; padding-left: 0 !important;
	}
	#nav li::before {
		width: 100% !important; padding-left: 0 !important;
	}
}