#navigation {
	width: 960px;
	margin-bottom: -11px;
	height: 69px;
	background: none;
}
#navigation a {
	outline-style: none;
}
#navigation ul,
#navigation a {
	display: block;
	height: 69px;
	text-indent: -9999em
	}		
#navigation ul,
#navigation ul a:hover,
#home #navigation ul .home a,
#products #navigation ul .products a,
#testimonials #navigation ul .testimonials a,
#contact #navigation ul .contact a,
#training-videos #navigation ul .training-videos a,
#blog #navigation ul .blog a {
	margin: 0;
	padding: 0;
	background: url(../images/nav_spry.png) no-repeat;
	}
#navigation ul:after {
	content: "."
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#navigation ul li {
	float: left;
	list-style-type: none;
	}
li.home  			{ width: 102px }
li.products  		{ width: 127px }
li.testimonials  	{ width: 168px }
li.contact 			{ width: 119px }
li.training-videos  { width: 214px }
li.blog  			{ width: 82px }

.home a:hover 				{ background-position: -0px -138px !important }
.products a:hover 			{ background-position: -102px -138px !important }
.testimonials a:hover 		{ background-position: -229px -138px !important }
.contact a:hover 			{ background-position: -397px -138px !important }
.training-videos a:hover 	{ background-position: -516px -138px !important }
.blog a:hover 				{ background-position: -730px -138px !important }


#home .home a 							{ background-position: -0px -69px !important }
#products .products a 					{ background-position: -102px -69px !important }
#testimonials .testimonials a 			{ background-position: -229px -69px !important }
#contact .contact a 					{ background-position: -397px -69px !important }
#training-videos .training-videos a 	{ background-position: -516px -69px !important }
#blog .blog a 							{ background-position: -730px -69px !important }
