html {
	overflow-y: scroll;	
}


#menu {
height:29px;
width:475px;
background-image: url(../images/menu.jpg);
position:relative;
float:left;
background-repeat:no-repeat;
}

#menu ul {
	padding: 0;
	
	list-style:none;
}

/* never apply padding to the li, as offsetWidth will differ in IE!,
if you need padding add it to a child element */
#menu ul li{
	float: left;
}

#menu ul li a {
	text-indent: -500em;
	z-index: 9;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden; /* this is sort of a trick to prevent firefox from extending the dotted shape when you click a link */
}

#item_accueil a {
	width: 60px;
	background: url('../images/menu_accueil.png') no-repeat center !important;	
	background: url('../images/menu_accueil.gif') no-repeat center;
}

#item_pro a {
	width: 100px;
	background: url('../images/menu_pro.png') no-repeat center !important;	
	background: url('../images/menu_pro.gif') no-repeat center;
}

#item_part a {
	width: 88px;
	background: url('../images/menu_part.png') no-repeat center !important;	
	background: url('../images/menu_part.gif') no-repeat center;
}

#item_ref a {
	width: 111px;
	background: url('../images/menu_ref.png') no-repeat center !important;
	background: url('../images/menu_ref.gif') no-repeat center;
}
#item_contact a {
	width: 110px;
	background: url('../images/menu_contact.png') no-repeat center !important;
	background: url('../images/menu_contact.gif') no-repeat center;
}

#item_accueil a:hover {
	width: 60px;
	background: url('../images/menu_accueil_hover.png') no-repeat center !important;	
	background: url('../images/menu_accueil_hover.gif') no-repeat center;
	background-color: #666;
}

#item_pro a:hover {
	width: 100px;
	background: url('../images/menu_pro_hover.png') no-repeat center !important;	
	background: url('../images/menu_pro_hover.gif') no-repeat center;
		background-color: #666;
}

#item_part a:hover {
	width: 88px;
	background: url('../images/menu_part_hover.png') no-repeat center !important;	
	background: url('../images/menu_part_hover.gif') no-repeat center;
}

#item_ref a:hover {
	width: 111px;
	background: url('../images/menu_ref_hover.png') no-repeat center !important;
	background: url('../images/menu_ref_hover.gif') no-repeat center;
}
#item_contact a:hover {
	width: 110px;
	background: url('../images/menu_contact_hover.png') no-repeat center !important;
	background: url('../images/menu_contact_hover.gif') no-repeat center;
}


#menu li.background {
	/*background: url('../images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	top: 1px; 
	visibility: hidden;
}

#menu .background .left {
	/*background: url('../images/bg_menu.png') no-repeat top left !important;*/
	background: url('../images/bg_menu.gif') no-repeat top left;
	height: 29px;

}
