#Nav 
{	
	z-index:999;
	position:absolute;
	left:170px;
	top:415px;
	width:625px;
	white-space: nowrap;
	letter-spacing:-0.05em;
}

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

#Nav #left
{
}

#Nav #right
{
}

#Nav ul li
{
	list-style:none;
	float:left;
	display:block;
	height:21px;
	line-height:21px;
	width:auto !important;
	width:0;
	white-space: nowrap;
}

#Nav ul li a
{
	display:block;
	height:21px;
	line-height:21px;
	padding:0 9px;
	text-align:center;
	background:transparent;
	font-family:"Myriad Pro", Arial, Verdana, sans serif, serif;
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
}

#Nav ul li a.ssm
{
	cursor:default !important;
}

#Nav ul li.last a
{
}

#Nav ul li a:hover
{
	background:#ea5b0c;
}

#Nav ul li a.hover
{
	background:#ea5b0c;
}

/* Sous menu */

#Nav ul ul
{
	position:absolute;
	top:21px;
	left:0;
	z-index:1000;
	width:650px;
}

#Nav ul ul li
{
	display:block;
	float:none;
	background:tansparent none scroll top left repeat;
	background-image:none;
	height:21px;
	line-height:20px;
	float:left;
}

#Nav ul ul li a
{
	display:block;
	background:transparent url(../img/sousmenu.jpg) top left repeat-x;
	height:21px;
	line-height:20px;
	padding:0 18px;
	font-weight:bold;
	width:0;
	color:black;
	width:auto !important;
}

#Nav ul ul li a:hover
{
	background:transparent url(../img/sousmenu.jpg) top left repeat-x;
}

#Nav ul ul li.last a
{
	
}

#Nav ul ul a:hover
{	
	
}

