/* START TOP NAV */

#topnav {
	width: 900px;
	height: 10px;
	padding: 10px 10px 0px 0px;
	color: #e1e1e1;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#topnav a {
	color: #e1e1e1;
	text-decoration: none;
}

#topnav a:hover {
	color: #FDD494;
	text-decoration: underline;
}
/* END TOP NAV */

/* START NAVIGATION */
#navwrap {
	height: 39px;
}

#nav {	
	background:url(/assets/nav_sprite.jpg) no-repeat;
	width:939px;
	height:39px;
	margin:0;
	padding:0;
}

#nav span {
	display: none;
}

#nav li, #nav a {
	height:39px;
	display:block;
}

#nav li {
	float:left;
	list-style:none;
	display:inline;
}

#nav01 {width: 166px;}
#nav02 {width: 157px;}
#nav03 {width: 132px;}
#nav04 {width: 163px;}
#nav05 {width: 128px;}
#nav06 {width: 193px;}

#nav01 a:hover {background:url(/assets/nav_sprite.jpg) -0px -39px no-repeat; }
#nav02 a:hover {background:url(/assets/nav_sprite.jpg) -166px -39px no-repeat; }
#nav03 a:hover {background:url(/assets/nav_sprite.jpg) -323px -39px no-repeat; }
#nav04 a:hover {background:url(/assets/nav_sprite.jpg) -455px -39px no-repeat; }
#nav05 a:hover {background:url(/assets/nav_sprite.jpg) -618px -39px no-repeat; }
#nav06 a:hover {background:url(/assets/nav_sprite.jpg) -746px -39px no-repeat; }

#nav01 a:active {background:url(/assets/nav_sprite.jpg) -0px -78px no-repeat; }
#nav02 a:active {background:url(/assets/nav_sprite.jpg) -166px -78px no-repeat; }
#nav03 a:active {background:url(/assets/nav_sprite.jpg) -323px -78px no-repeat; }
#nav04 a:active {background:url(/assets/nav_sprite.jpg) -455px -78px no-repeat; }
#nav05 a:active {background:url(/assets/nav_sprite.jpg) -618px -78px no-repeat; }	
#nav06 a:active {background:url(/assets/nav_sprite.jpg) -746px -78px no-repeat; }	



/* END NAVIGATION */

a.helpwanted {
	color: white;
}