#headerMenu {
	background: #214C6C url(../images/layout/menu_bg.png) top repeat-x;
	float: left;
	width: 100%;
	min-width: 1000px;
	border-bottom: 4px solid #fff;
	border-top: 1px solid #2E6C8E;
}
.nav, .nav ul {
	float: left;
	list-style: none;
	line-height: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 1000;
}
/* The top main navigation links */
.nav a {
	display: block;
	padding: 1em 0;
	text-align: center;
	font-weight: normal;
	color: #fff;
	border-left:1px solid #2E6C8E;
	border-right: 1px solid #004766;
	height: 2.7em;
}

.nav a:link, .nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.nav a:hover, .nav a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #1A7AAD;
}
.nav {
	text-align: left;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	width: 100%;
}
.nav li {
	float: left;
	padding: 0;
	width: 9.2%;
	position: relative;
}

/* Arrow for links that have sublinks */
.nav_arrow a:link, .nav_arrow a:visited {
	background: #163B58 url(../images/layout/nav_arrow.png) right no-repeat;
}
.nav_arrow a:hover, .nav_arrow a:active {
	background: #1A7AAD url(../images/layout/nav_arrow_hover.png) right no-repeat;
}
.nav_arrow ul a:link, .nav_arrow ul a:visited {
	background: #163B58;
}
.nav_arrow ul a:hover, .nav_arrow ul a:active {
	background: #1A7AAD;
}

/* Here is the background of the main nav link while looking at the dropdown */
.nav li:hover, .nav li.sfhover {
	background: url(../images/layout/menu_bg_hover.png) top repeat-x;
}
/* The dropdown links lists */
.nav li ul {
	position: absolute;
	height: auto;
	width: 200px; 
	font-weight: normal;
	font-size: 12px;
	font-size-adjust: none;
	border-left: 2px solid #1A7AAD;
	border-right: 2px solid #1A7AAD;
	border-top: 2px solid #1A7AAD;
	background: #163B58;
	margin: 0;
	z-index: 100;	
	display: none;
	left: 0;
}
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
.nav li li {
	padding: 0;
	width: 200px; 
	z-index: 100;
	border-bottom: 2px solid #1A7AAD;
}
.nav li ul a {
	padding: 5px 10px;
	width: 180px;
	* html width: 120px;
	text-align: left;
	border: none;
	padding: 5px 10px;
	height: auto;
	color: #fff;
	background-image: none;
}
.nav li ul a:hover {
	/*background: #1A7AAD;*/
	color: #fff;
}
/* This controls the flyout location of the second level dropdowns */
.nav li ul ul {
	margin: -2em 0 0 200px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}

/* -------------------------- */
/* The dropdown links list colors */

