

/**************************************************************************************/

#menu { 
	background: url('images/menu-bg_2.jpg') #F4F4EA no-repeat top center;
	font-family: Georgia, Times New Roman, serif;
	height: 60px;
}
#menu ul { /* remove bullets and list indents */

list-style: none;
margin: 0;
padding: 0;
width:100%;
}
#menu LI {
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	float: left;
}

#menu LI A {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	display: block;
	color: #F7F7F7;
}

#menu LI A:hover {
	background: url('images/menu-item-sel.jpg') repeat-x;
	color: #993300;
}

#menu LI UL LI A {
	padding: 0px 10px 0px px;
	font-size: 11px;
	font-weight:bold;
	color: #993300;
	background:#F4EFE9 url('images/small_logo.gif') no-repeat 0 9px;

}

#menu LI UL LI A:hover {
	text-decoration: underline;
	background: transparent;
	background:#F4EFE9 url('images/small_logo.gif') no-repeat 0 9px;

}

#menu UL LI UL {
	position: absolute;
	display: none;
	width: 415px;
}

#menu UL LI:hover UL, #menu UL LI A:hover UL, #menu LI.sfhover UL { display: block; }

#menu .sel, #menu .actual, #menu .sel:hover {
	background: url('images/menu-item-sel.jpg') repeat-x;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#menu .neutral {
	background: transparent !important;
	color: #BC1C1C !important;
}

#menu .sub-le tourism etquitable { margin-left: -300px; }
#menu .sub-parsifal { margin-left: -30px; }
#menu .sub-rivista { margin-left: -400px; }
#menu .sub-memoria { margin-left: -300px; }
#menu .sub-Ressources { margin-left: -280px; }

/**************************************************************************************/
