#Nav 
{	
	z-index:999;
	position:absolute;
	left:187px;
	top:277px;
	width:630px;
	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:22px;
	line-height:22px;
	width:128px;
	white-space: nowrap;
	margin-left:-5px;
}

#Nav ul li a
{
	display:block;
	height:22px;
	line-height:22px;
	width:128px;
	text-align:center;
	background:transparent url(../img/menu.png) scroll top right no-repeat;
	font-family:"Myriad Pro", Arial, Verdana, sans serif, serif;
	text-decoration:none;
	color:#162f86;
	font-size:9px;
	text-transform:uppercase;
}

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

#Nav ul li.last a
{
}

#Nav ul li a:hover
{
	background:transparent url(../img/menuOk.png) scroll top right no-repeat;
}

#Nav ul li a.hover
{
	background:transparent url(../img/menuOk.png) scroll top right no-repeat;
}

/* Sous menu */

#Nav ul ul
{
	position:absolute;
	top:22px;
	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:14px;
	line-height:11px;
	float:left;
}

#Nav ul ul li a
{
	display:block;
	background:tansparent url(../img/separateur.gif) top right no-repeat;
	background-image:url(../img/separateur.gif);
	background-repeat:no-repeat;
	height:14px;
	line-height:11px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	width:100px;
}

#Nav ul ul li.last a
{
	
}

#Nav ul ul a:hover
{	
	background-image:url(../img/separateur.gif);
}
