/*

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

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

.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 45px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.nav .home a:link, .nav .home a:visited {
    left: 0px;
    width: 145px;
}
.nav .home a:hover, .nav .home a:focus {
    background: url(../images/nav.jpg) no-repeat 0px 1px;
}
.nav .home a:active {
    background: url(../images/nav.jpg) no-repeat 0px -103px;
}
.home .home a:link,
.home .home a:visited {
    background: url(../images/nav.jpg) no-repeat 0px -103px;
    cursor: default;
}
.nav-home, .nav-home-click {
    position: absolute;
    top: 0;
    left: 0px;
    width: 145px;
    height: 45px;
    background: url(../images/nav.jpg) no-repeat 0px -52px;
}
.nav-home-click {
    background: url(../images/nav.jpg) no-repeat 0px -103px;
}



.nav .tour a:link, .nav .tour a:visited {
    left: 145px;
    width: 138px;
}
.nav .tour a:hover, .nav .tour a:focus {
    background: url(../images/nav.jpg) no-repeat -145px 1px;
}
.nav .tour a:active {
    background: url(../images/nav.jpg) no-repeat -145px -103px;
}
.tour .tour a:link, 
.tour .tour a:visited {
    background: url(../images/nav.jpg) no-repeat -145px -103px;
    cursor: default;
}
.nav-tour, .nav-tour-click {
    position: absolute;
    top: 0;
    left: 145px;
    width: 138px;
    height: 45px;
    background: url(../images/nav.jpg) no-repeat -145px -52px;
}
.nav-tour-click {
    background: url(../images/nav.jpg) no-repeat -145px -103px;
}



.nav .saturdays a:link, .nav .saturdays a:visited {
    left: 283px;
    width: 207px;
}
.nav .saturdays a:hover, .nav .saturdays a:focus {
    background: url(../images/nav.jpg) no-repeat -283px -0px;
}
.nav .saturdays a:active {
    background: url(../images/nav.jpg) no-repeat -283px -103px;
}
.saturdays .saturdays a:link, 
.saturdays .saturdays a:visited {
    background: url(../images/nav.jpg) no-repeat -283px -103px;
    cursor: default;
}
.nav-saturdays, .nav-saturdays-click {
    position: absolute;
    top: 0;
    left: 283px;
    width: 207px;
    height: 45px;
    background: url(../images/nav.jpg) no-repeat -283px -52px;
}
.nav-saturdays-click {
    background: url(../images/nav.jpg) no-repeat -283px -103px;
}



.nav .how_to a:link, .nav .how_to a:visited {
    left: 489px;
    width: 248px;
}
.nav .how_to a:hover, .nav .how_to a:focus {
    background: url(../images/nav.jpg) no-repeat -489px -0px;
}
.nav .how_to a:active {
    background: url(../images/nav.jpg) no-repeat -489px -103px;
}
.how_to .how_to a:link, 
.how_to .how_to a:visited {
    background: url(../images/nav.jpg) no-repeat -489px -103px;
    cursor: default;
}
.nav-how_to, .nav-how_to-click {
    position: absolute;
    top: 0;
    left: 489px;
    width: 248px;
    height: 45px;
    background: url(../images/nav.jpg) no-repeat -489px -52px;
}
.nav-how_to-click {
    background: url(../images/nav.jpg) no-repeat -489px -103px;
}




.nav .win a:link, .nav .win a:visited {
    left: 737px;
    width: 220px;
}
.nav .win a:hover, .nav .win a:focus {
    background: url(../images/nav.jpg) no-repeat -737px -0px;
}
.nav .win a:active {
    background: url(../images/nav.jpg) no-repeat -737px -52px;
}
.win .win a:link, 
.win .win a:visited {
    background: url(../images/nav.jpg) no-repeat -737px -103px;
    cursor: default;
}
.nav-win, .nav-win-click {
    position: absolute;
    top: 0;
    left: 737px;
    width: 220px;
    height: 45px;
    background: url(../images/nav.jpg) no-repeat -737px -52px;
}
.nav-win-click {
    background: url(../images/nav.jpg) no-repeat -737px -103px;
}


