/* @group NAVIGATION
===================================== */

ul.primaryNav {
	float: right;
	clear: both;
	width: 100%;
	margin: 6px 0 0 0;
	list-style: none;
	z-index: 10;
}

ul.primaryNav li {
	float: left;
	margin: 0 0 0 0;
}

ul.primaryNav ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width:auto;
	margin: 0 0 10px 0;
	padding-left: 0;
	list-style: none;
}

ul.primaryNav li:hover ul.listGo {
	left:inherit;
	top: 0px;
	margin: 0 0 0 -25px;
}

ul.primaryNav li:hover ul.list3 {
	left:inherit;
	top: 0px;
	margin: 0 0 0 -80px;
}

ul.primaryNav li:hover ul.list4 {
	left:inherit;
	top: 0px;
	margin: 0 0 0 -130px;
}

ul.primaryNav li:hover ul.list5 {
	left:inherit;
	top: 0px;
	margin: 0 0 40px -146px;
}

ul.primaryNav li:hover ul.list6 {
	left:inherit;
	top: 0px;
	margin: 0 0 0 -200px;
}

ul.primaryNav ul.li { /* 2nd level list hover */
	text-align:center;
}

ul.primaryNav li li { /* all list items */
	float:left;
	width: 70px; /* width needed for Opera */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #b2b2b2;
	line-height: 18px;
}

ul.primaryNav li li.leftcap { 
	background: url('../images/nav/subnavLeftCap.png') right no-repeat;
	width: 9px;
}

ul.primaryNav li li.rightcap { 
	background: url('../images/nav/subnavRightCap.png') right no-repeat;
	width: 9px;
}

ul.primaryNav li li.haspost {
	background: url('../images/nav/subnavVerticalLine.gif') no-repeat top center scroll;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

ul.primaryNav li li a { /* 2nd level list links */
	display: block;
	color: #000000;
	font-weight: bold;
	font-family:sans-serif;
	font-size:9pt;
	text-decoration: none;
}

ul.primaryNav li li a:hover { /* 2nd level list links */
	text-decoration: underline;
}

#navbar_container {
	position: fixed;
	width: 100%;
	background: url('../images/navDropShadow.png') top repeat-x;
	height: 96px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}

#navbar {
	background: #F8FAF4;
	text-align:center;
	height:86px;
	width: 100%;
	margin: 11px 0 0 0;
}

#navbox {
	text-align:center;
	height:86px;
	width: 760px;
	margin: 11px auto 0 auto;
}

/* @end NAVIGATION
===================================== */
