/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, no scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/

.navWrap {
	width: 900px;
	height: 33px;
	margin: 28px 0px 0px 68px;
	}

.nav {
	width: 900px;
	height: 33px;
	background: url(../img/nav_sprite_form.gif) no-repeat;
	position: absolute;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 33px;
	text-indent: -9000px;
	overflow: hidden;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 112px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../img/nav_sprite_form.gif) no-repeat 0px -33px;
	}
	.nav .home a:active {
		background: url(../img/nav_sprite_form.gif) no-repeat 0px 0px;
	}
	



	.nav .faqs a:link, .nav .faqs a:visited {
		left: 112px;
		width: 113px;
	}
	.nav .faqs a:hover, .nav .faqs a:focus {
		background: url(../img/nav_sprite_form.gif) no-repeat -112px -33px;
	}
	.nav .faqs a:active {
		background: url(../img/nav_sprite_form.gif) no-repeat -112px 0px;
	}
	


	.nav .video a:link, .nav .video a:visited {
		left: 226px;
		width: 192px;
	}
	.nav .video a:hover, .nav .video a:focus {
		background: url(../img/nav_sprite_form.gif) no-repeat -226px -33px;
	}
	.nav .video a:active {
		background: url(../img/nav_sprite_form.gif) no-repeat -226px 0px;
	}
	

	
	.nav .form a:link, .nav .form a:visited {
		left: 419px;
		width: 153px;
	}
	.nav .form a:hover, .nav .form a:focus {
		background: url(../img/nav_sprite_form.gif) no-repeat -419px -33px;
	}
	.nav .form a:active {
		background: url(../img/nav_sprite_form.gif) no-repeat -419px 0px;
	}
	


	
	.nav .youtube a:link, .nav .youtube a:visited {
		left: 573px;
		width: 169px;
	}
	.nav .youtube a:hover, .nav .youtube a:focus {
		background: url(../img/nav_sprite_form.gif) no-repeat -573px -33px;
	}
	.nav .youtube a:active {
		background: url(../img/nav_sprite_form.gif) no-repeat -573px 0px;
	}
	


	
	.nav .contactus a:link, .nav .contactus a:visited {
		left: 742px;
		width: 157px;
	}
	.nav .contactus a:hover, .nav .contactus a:focus {
		background: url(../img/nav_sprite_form.gif) no-repeat -742px -33px;
	}
	.nav .contactus a:active {
		background: url(../img/nav_sprite_form.gif) no-repeat -742px 0px;
	}
	