/* Default */

#menuH {
	width: 975px;
	height: 105px;
	position: relative;
	background: url(../images/menu.jpg) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuH li {
float: left;
}

#menuH li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 105px;
background: url(../images/menu.jpg) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

/*up state*/
li#menuAccueil a {
left: 0;
width: 165px;
background-position: 0 0;
}

li#menuLocation a {
left: 165px;
width: 162px;
background-position: -165px 0;
}

li#menuVenteNeuf a {
left: 327px;
width: 161px;
background-position: -327px 0;
}

li#menuVenteOccasion a {
left: 488px;
width: 163px;
background-position: -488px 0;
}

li#menuGestionLocation a {
left: 651px;
width: 162px;
background-position: -651px 0;
}
li#menuContact a {
left: 813px;
width: 162px;
background-position: -813px 0;
}

/*hover state*/
li#menuAccueil a:hover {
background-position: 0 -105px;
}

li#menuLocation a:hover {
background-position: -165px -105px;
}

li#menuVenteNeuf a:hover {
background-position: -327px -105px;
}

li#menuVenteOccasion a:hover {
background-position: -488px -105px;
}

li#menuGestionLocation a:hover {
background-position: -651px -105px;
}

li#menuContact a:hover {
background-position: -813px -105px;
}
