#menu {
	position:absolute;
	top:120px;
	left:0px;
	z-index:5;
	width:1024px;
	height:30px;
	float:left;
	background:url(../img/menu_fond.png) top left repeat-x;
	
}
#menu ul{
list-style-type:none;
text-align:center;
}

#menu ul li {
display:inline;
}

#menu ul li a{
background:url(../img/menu.png) top left repeat-x;
color:white;
width:202px;
height:30px;
float:left;
padding-top:4px;
text-decoration:none;
}

#menu ul li a.selected,
#menu ul li a.selected:hover{
background:url(../img/menu_selected.png) top left no-repeat;
color:white;
font-weight:bold;
}
{
background:url(../img/menu_selected.png) top left repeat-x;
color:white;
}


#menu ul li a:hover{
background:url(../img/menu_on.png) top left repeat-x;
color:black;
}