/* Default */

#nav {
	width: 300px;
	height: 1100px;
	position: relative;
	margin: 0;
	padding: 0;
	visibility: visible;
	left: 0px;
	top: 0px;
	display: block;
	list-style-position: inside;
	list-style-type: none;
}

#nav li {
	float: left;
	display: block;
}

#nav li a {
	position: absolute;
	top: 200px;
	left: 0px;
	display: block;
	height: 328px;
	width: 300px;
	background: url(images/menuV7sprite.jpg) no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

/*up state*/
li#nav_accueil a {
	top: 200px;
	width: 300px;
	height: 66px;
	background-position: 0px 0px;
}

li#nav_cours a {
	top: 266px;
	width: 300px;
	height: 65px;
	background-position: 0px -66px;
}

li#nav_stages a {
	top: 331px;
	width: 300px;
	height: 66px;
	background-position: 0px -131px;
}

li#nav_galerie a {
	top: 397px;
	width: 300px;
	height: 65px;
	background-position: 0px -197px;
}

li#nav_contact a {
	top: 462px;
	width: 300px;
	height: 66px;
	background-position: 0px -262px;
}

/*hover state*/
li#nav_accueil a:hover {
background-position: -300px 0px;
}

li#nav_cours a:hover {
background-position: -300px -66px;
}

li#nav_stages a:hover {
background-position: -300px -131px;
}

li#nav_galerie a:hover {
background-position: -300px -197px;
}

li#nav_contact a:hover {
background-position: -300px -262px;
}

/*current state*/
#body_accueil li#nav_accueil a {
background-position: -600px 0px;
}

#body_cours li#nav_cours a {
background-position: -600px -66px;
}

#body_stages li#nav_stages a {
background-position: -600px -131px;
}

#body_galerie li#nav_galerie a {
background-position: -600px -197px;
}

#body_contact li#nav_contact a {
background-position: -600px -262px;
}

