/*
	--------------------
	css sprites2
	nav style, with style for scripted elements

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

.nav2 {
	width: 490px;
	height: 44px;
	background: url(../imgs/nav-specials.gif) no-repeat;
	position: absolute;
	/*bottom:-12px;
	right:0px;*/
	margin:0px;
	padding:0px;
}
.nav2 li {
	display: inline;
}
.nav2 li a:link, .nav2 li a:visited {
	position: absolute;
	top: 0;
	height: 44px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav2 .sportstraining a:link, .nav2 .sportstraining a:visited {
		left: 0px;
		width: 133px;
	}
	.nav2 .sportstraining a:hover, .nav2 .sportstraining a:focus {
		background: url(../imgs/nav-specials.gif) no-repeat -0px -44px;
	}
	.nav2 .sportstraining a:active {
		background: url(../imgs/nav-specials.gif) no-repeat -0px -44px;
	}
	.current-sportstraining .sportstraining a:link, .current-sportstraining .sportstraining a:visited {
		background: url(../imgs/nav-specials.gif) no-repeat -0px -138px;
		cursor: default;
	}
	.nav2-sportstraining, .nav2-sportstraining-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 133px;
		height: 44px;
		background: url(../imgs/nav-specials.gif) no-repeat -0px -44px;
	}
	.nav2-sportstraining-click {
		background: url(../imgs/nav-specials.gif) no-repeat -0px -132px;
	}



	.nav2 .offersignup a:link, .nav2 .offersignup a:visited {
		left: 133px;
		width: 121px;
	}
	.nav2 .offersignup a:hover, .nav2 .offersignup a:focus {
		background: url(../imgs/nav-specials.gif) no-repeat -133px -44px;
	}
	.nav2 .offersignup a:active {
		background: url(../imgs/nav-specials.gif) no-repeat -133px -132px;
	}
	.current-offersignup .offersignup a:link, .current-offersignup .offersignup a:visited {
		background: url(../imgs/nav-specials.gif) no-repeat -133px -138px;
		cursor: default;
	}
	.nav2-offersignup, .nav2-offersignup-click {
		position: absolute;
		top: 0;
		left: 133px;
		width: 121px;
		height: 44px;
		background: url(../imgs/nav-specials.gif) no-repeat -133px -44px;
	}
	.nav2-offersignup-click {
		background: url(../imgs/nav-specials.gif) no-repeat -133px -132px;
	}



	.nav2 .videotour a:link, .nav2 .videotour a:visited {
		left: 254px;
		width: 85px;
	}
	.nav2 .videotour a:hover, .nav2 .videotour a:focus {
		background: url(../imgs/nav-specials.gif) no-repeat -254px -44px;
	}
	.nav2 .videotour a:active {
		background: url(../imgs/nav-specials.gif) no-repeat -254px -132px;
	}
	.current-videotour .videotour a:link, .current-videotour .videotour a:visited {
		background: url(../imgs/nav-specials.gif) no-repeat -254px -138px;
		cursor: default;
	}
	.nav2-videotour, .nav2-videotour-click {
		position: absolute;
		top: 0;
		left: 288px;
		width: 85px;
		height: 44px;
		background: url(../imgs/nav-specials.gif) no-repeat -254px -44px;
	}
	.nav2-videotour-click {
		background: url(../imgs/nav-specials.gif) no-repeat -254px -132px;
	}
	
	
	
		.nav2 .contact a:link, .nav2 .contact a:visited {
		left: 339px;
		width: 133px;
	}
	.nav2 .contact a:hover, .nav2 .contact a:focus {
		background: url(../imgs/nav-specials.gif) no-repeat -280x -44px;
	}
	.nav2 .contact a:active {
		background: url(../imgs/nav-specials.gif) no-repeat -280px -44px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../imgs/nav-specials.gif) no-repeat -280px -138px;
		cursor: default;
	}
	.nav2-contact, .nav2-contact-click {
		position: absolute;
		top: 0;
		left: 280px;
		width: 133px;
		height: 44px;
		background: url(../imgs/nav-specials.gif) no-repeat -0px -44px;
	}
	.nav2-contact-click {
		background: url(../imgs/nav-specials.gif) no-repeat -339px -132px;
	}
