/*Navigation */
#globalNav {}

.nav {
	width: 974px;
	height: 65px;
	background: url('../img/globalNavSprite.jpg') no-repeat;
	position: relative;
	top: 0;
	left:0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 65px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
	outline-style:none;
	outline-width:0;
	}
	.nav .home a:link, .nav .home a:visited {
		left: 48px;
		width: 68px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url('../img/globalNavSprite.jpg') no-repeat -48px -65px;
	}
	.nav .home a:active {
		background: url('../img/globalNavSprite.jpg') no-repeat -48px -160px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url('../img/globalNavSprite.jpg') no-repeat -48px -65px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 48px;
		width: 68px;
		height: 65px;
		background: url('../img/globalNavSprite.jpg') no-repeat -48px -65px;
	}
	.nav-home-click {
		background: url('../img/globalNavSprite.jpg') no-repeat -48px -160px;
	}

/*****/

.nav .staff a:link, .nav .staff a:visited {
	left: 515px;
	width: 106px;
}
.nav .staff a:hover, .nav .home a:focus {
	background: url('../img/globalNavSprite.jpg') no-repeat -515px -65px;
}
.nav .staff a:active {
	background: url('../img/globalNavSprite.jpg') no-repeat -515px -160px;
}
.current-staff .staff a:link, .current-staff .staff a:visited {
	background: url('../img/globalNavSprite.jpg') no-repeat -515px -65px;
	cursor: default;
}
.nav-staff, .nav-staff-click {
	position: absolute;
	top: 0;
	left: 515px;
	width: 106px;
	height: 65px;
	background: url('../img/globalNavSprite.jpg') no-repeat -515px -65px;
}
.nav-staff-click {
	background: url('../img/globalNavSprite.jpg') no-repeat -515px -160px;
}


.nav .classes a:link, .nav .classes a:visited {
	left: 168px;
	width: 86px;
}
.nav .classes a:hover, .nav .home a:focus {
	background: url('../img/globalNavSprite.jpg') no-repeat -168px -65px;
}
.nav .classes a:active {
	background: url('../img/globalNavSprite.jpg') no-repeat -168px -160px;
}
.current-classes .classes a:link, .current-classes .classes a:visited {
	background: url('../img/globalNavSprite.jpg') no-repeat -168px -65px;
	cursor: default;
}
.nav-classes, .nav-classes-click {
	position: absolute;
	top: 0;
	left: 168px;
	width: 86px;
	height: 65px;
	background: url('../img/globalNavSprite.jpg') no-repeat -168px -65px;
}
.nav-classes-click {
	background: url('../img/globalNavSprite.jpg') no-repeat -168px -160px;
}


.nav .training a:link, .nav .training a:visited {
	left: 294px;
	width: 179px;
}
.nav .training a:hover, .nav .home a:focus {
	background: url('../img/globalNavSprite.jpg') no-repeat -294px -65px;
}
.nav .training a:active {
	background: url('../img/globalNavSprite.jpg') no-repeat -294px -160px;
}
.current-training .training a:link, .current-training .training a:visited {
	background: url('../img/globalNavSprite.jpg') no-repeat -294px -65px;
	cursor: default;
}
.nav-training, .nav-training-click {
	position: absolute;
	top: 0;
	left: 294px;
	width: 179px;
	height: 65px;
	background: url('../img/globalNavSprite.jpg') no-repeat -294px -65px;
}
.nav-training-click {
	background: url('../img/globalNavSprite.jpg') no-repeat -294px -160px;
}

.nav .newyoga a:link, .nav .newyoga a:visited {
	left: 655px;
	width: 147px;
}
.nav .newyoga a:hover, .nav .home a:focus {
	background: url('../img/globalNavSprite.jpg') no-repeat -655px -65px;
}
.nav .newyoga a:active {
	background: url('../img/globalNavSprite.jpg') no-repeat -655px -160px;
}
.current-newyoga .newyoga a:link, .current-newyoga .newyoga a:visited {
	background: url('../img/globalNavSprite.jpg') no-repeat -655px -65px;
	cursor: default;
}
.nav-newyoga, .nav-newyoga-click {
	position: absolute;
	top: 0;
	left: 655px;
	width: 147px;
	height: 65px;
	background: url('../img/globalNavSprite.jpg') no-repeat -655px -65px;
}
.nav-newyoga-click {
	background: url('../img/globalNavSprite.jpg') no-repeat -655px -160px;
}

.nav .events a:link, .nav .events a:visited {
	left: 843px;
	width: 80px;
}
.nav .events a:hover, .nav .home a:focus {
	background: url('../img/globalNavSprite.jpg') no-repeat -843px -65px;
}
.nav .events a:active {
	background: url('../img/globalNavSprite.jpg') no-repeat -843px -160px;
}
.current-events .events a:link, .current-events .events a:visited {
	background: url('../img/globalNavSprite.jpg') no-repeat -843px -65px;
	cursor: default;
}
.nav-events, .nav-events-click {
	position: absolute;
	top: 0;
	left: 843px;
	width: 80px;
	height: 65px;
	background: url('../img/globalNavSprite.jpg') no-repeat -843px -65px;
}
.nav-events-click {
	background: url('../img/globalNavSprite.jpg') no-repeat -843px -160px;
}

