#headernav ul{
	float:right;
	text-align:right;
	list-style: none;
	padding: 0;
	margin-top: 0;
	width:65%;
}

#headernav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#headernav li:before {
	content: "|"; 
}
#headernav li:first-child:before {
	content: ""; 
}

#headernav ul li a {
	color: #002a65;
	font-weight: bold;
	text-decoration: none;
}

/*IE workaround*/
/*All IE browsers*/

* html #headernav li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #headernav { height: 1%; }

* html #headernav li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #headernav li:first-child { border-left: 0; }


#navcontainer {
	float:left;
	width:100%;
	background-color: #002a65;
	background-image: url(img/bg_nav.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#navlist ul
{
	color: white;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 2px;
	padding-top: 3px;
	font-weight: bold;
	line-height:17px;
	border-left: 1px solid #fff;
}

#navlist ul li
{
	display: inline;
	margin-left: -4px;
}

#navlist ul li a
{
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navlist ul li a:hover
{
	background-color: #cade2d;
	color: black;
}

#navlist .sel a 
{
	background-color: #cade2d;
	color: #002a65;
	text-shadow:2px 2px 2px #777;
}

#navlist .selected
{
	background-color: #cade2d;
	color: #002a65;
	text-shadow:2px 2px 2px #777;
}

#navlist .sel a:hover 
{
	background:#cade2d;
}
#navlist .sel a:focus 
{
	background:#cade2d;
}
#navlist a:active 
{
	background:#cade2d;
	color:#fff;
}


#subnavcontainer {
	float:left;
	width:100%;
	background-color: #cade2d;
	margin: 0 auto;
}

#subnavlist ul
{
	color: white;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 2px;
	padding-top: 3px;
	font-weight: bold;
	line-height:17px;
	border-left: 1px solid #fff;
}

#subnavlist ul li
{
	display: inline;
	margin-left: -4px;
}

#subnavlist ul li a
{
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#subnavlist ul li a:hover
{
	color: #002a65;
}

#subnavlist .sel a 
{
	color: #002a65;
	text-shadow:2px 2px 2px #777;
}

#subnavlist .selected 
{
	color: #002a65;
	text-shadow:2px 2px 2px #777;
}


#subnavlist .sel a:hover 
{
	color:#002a65;
}

#subnavlist .sel a:focus 
{
	color:#002a65;
}
#subnavlist a:active 
{
	color:#002a65;
}