#Nav 
{	
	z-index:999;
	position:relative;
	background:transparent url(../img/menu.gif) scroll top left repeat;
	width:980px;
	margin:0 auto;
	white-space: nowrap;
}

#Nav ul
{	
	white-space: nowrap;
	width:auto;
}

#Nav ul li
{
	list-style:none;
	float:left;
	display:block;
	height:27px;
	line-height:27px;
	width:120px;
	white-space: nowrap;
	text-align:center;
}

#Nav ul li a.current
{
	color:#C60000;
}

#Nav ul li a
{
	display:block;
	height:27px;
	line-height:27px;
	width:120px;
	background:transparent url(../img/separateur.gif) scroll top right no-repeat;
	text-align:center;
	
	color:#3E444B;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

/* Sous menu */

#Nav ul ul
{
	position:absolute;
	top:27px;
	z-index:1000;
	text-align:left;
}

#Nav ul ul li
{
	display:block;
	float:none;
	background: white none;
	height:30px;
	line-height:30px;
	text-align:left;
}

#Nav ul ul li a
{
	display:block;
	background:#ffffff none scroll top left repeat;
	height:30px;
	line-height:30px;
	border:1px dotted #959595;
	_border:1px dashed #959595;
	padding-left:15px;
	padding-right:25px;
	font-weight:bold;
	text-align:left;
	width:200px;
}

#Nav ul ul li.first a
{
	border-top:0px none #959595;
}
