/*-----------------------------
All Navigation Style Elements
-----------------------------*/
.nav {
    width: 159px;
    height: 132px;
    background: url('../images/ui/navigation_sprite.png') no-repeat;
    position: relative;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
    position: absolute;
    top: 0;
    height: 28px;
    text-indent: -9000px;
    z-index: 10;
}

/*--- artists ---*/
.nav .artists a:link, .nav .artists a:visited {
	top: 0;
	left: 11px;
	width: 142px;
}
.nav .artists a:hover, .nav .artists a:focus {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -132px;
}
.nav .artists a:active {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -132px;
}
.current-artists .artists a:link, .current-artists .artists a:visited {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -132px;
	cursor: default;
}
.nav-artists, .nav-artists-click {
	position: absolute;
    top: 0;
	left: 0;
	width: 159px;
	height: 39px;
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -132px;
}
.nav-artists-click {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -132px;
}


/*--- tours ---*/
.nav .tours a:link, .nav .tours a:visited {
	top: 28px;
	left: 11px;
	width: 142px;
}
.nav .tours a:hover, .nav .tours a:focus {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -171px;
}
.nav .tours a:active {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -171px;
}
.current-tours .tours a:link, .current-tours .tours a:visited {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -171px;
	cursor: default;
}
.nav-tours, .nav-tours-click {
	position: absolute;
    top: 28px;
	left: 0;
	width: 159px;
	height: 39px;
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -171px;
}
.nav-tours-click {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -171px;
}


/*--- avails ---*/
/*
.nav .avails a:link, .nav .avails a:visited {
	top: 56px;
	left: 11px;
	width: 142px;
}
.nav .avails a:hover, .nav .avails a:focus {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -232px;
}
.nav .avails a:active {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -232px;
}
.current-avails .avails a:link, .current-avails .avails a:visited {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -232px;
	cursor: default;
}
.nav-avails, .nav-avails-click {
	position: absolute;
	top: 56px;
	left: 0;
	width: 159px;
	height: 37px;
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -232px;
}
.nav-avails-click {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -232px;
}
*/


/*--- about ---*/
.nav .about a:link, .nav .about a:visited {
	top: 56px;
	left: 11px;
	width: 142px;
}
.nav .about a:hover, .nav .about a:focus {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -210px;
}
.nav .about a:active {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -210px;
}
.current-about .about a:link, .current-about .about a:visited {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -210px;
	cursor: default;
}
.nav-about, .nav-about-click {
	position: absolute;
	top: 56px;
	left: 0;
	width: 159px;
	height: 39px;
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -210px;
}
.nav-about-click {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -210px;
}


/*--- contact ---*/
.nav .contact a:link, .nav .contact a:visited {
	top: 84px;
	left: 11px;
	width: 142px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -249px;
}
.nav .contact a:active {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -249px;
}
.current-contact .contact a:link, .current-contact .contact a:visited {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -249px;
	cursor: default;
}
.nav-contact, .nav-contact-click {
	position: absolute;
	top: 84px;
	left: 0;
	width: 159px;
	height: 37px;
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -249px;
}
.nav-contact-click {
	background: url('../images/ui/navigation_sprite.png') no-repeat 0 -249px;
}