#menu ul {
	margin :0;
	height : 42px;
	line-height : 42px;
	padding : 0;
	list-style:none;
	font-weight : strong;
	font-size : 18px;
	font-family: "Arial Narrow", Arial;
}

#menu a{
	color : #FFE8C0;
	padding :0 0 0 0;
	display:block;  
    width: 138px;
    height: 25px;  
    line-height : 22px;
	margin : 10px 0 0 0;
	border-left : 1px solid #FFE8C0;
	text-indent : 5px;
	vertical-align : middle;
	font-weight : strong;
	font-size : 16px;
	font-family: "Arial Narrow", Arial;
}

#menu a:hover{
	
}

#menu li {
	list-style: none;
	float : left;
	width : 138px;
	height : 42px;
	color : #FFE8C0;
	background : url('../../images_site/menu_back.jpg') repeat-x;
	margin : 0 2px 0 0;
	padding : 0 0 0 5px;
	
}

#menu li:hover {
	list-style: none;
	float : left;
	width : 138px;
	height : 42px;
	color : #FFE8C0;
	background : url('../../images_site/menu_selected.jpg') repeat-x;
	margin : 0 2px 0 0;
	padding : 0 0 0 5px;
	
}

#menu .last {
	border-right : none;
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
		z-index : 99;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}



/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: black; /* On passe le texte en noir... */
        border-left : 1px solid black;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

#menu li ul li{
	list-style: none;
	width : 152px;
	position : relative;
	left : -10px;
	height : 32px;
	color : #FFE8C0;
	background : #2D7A7E;
	margin : 0 2px 0 0;
	padding : 0 0 0 0px;
	border-bottom : 1px solid black;
}

#menu li ul li:hover{
	list-style: none;
	width : 152px;
	height : 32px;
	left : -10px;
	color : #FFE8C0;
	background : #2D7A7E;
	
	margin : 0 2px 0 0;
	padding : 0 0 0 0px;
	
}

#menu li ul li a{
	color : #FFE8C0;
	padding :0 0 0 0;
	display:block;  
    width: 152px;
    height: 32px;  
    line-height : 32px;
	margin : 0;
	text-indent : 5px;
	vertical-align : middle;
	font-weight : strong;
	font-size : 16px;
	font-family: "Arial Narrow", Arial;
	border : none;
}

#menu li ul li a:hover{
	color : black;
	border : none;
	 width: 152px;
    height: 32px;  
    line-height : 32px
}
