#Nav 
{	
	left:30px;
	position:absolute;
	top:191px;
	white-space:nowrap;
	width:825px;
	z-index:999;
}

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

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

#Nav ul li a
{
	background: url("../img/separateur.gif") no-repeat scroll right 0 transparent;
    border-style: none;
    border-width: 0;
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: MyriadPro-Regular,Arial Narrow,serif;
    font-size: 13px;
    height: 43px;
    letter-spacing: 0.2px;
    line-height: 43px;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #8C8200;
    text-transform: uppercase;
}

#Nav ul li.last a
{
	background:transparent none scroll top right no-repeat;
}

#Nav ul li a:hover
{
	color:#111111;
}

/* Sous menu */

#Nav ul ul
{
	position:absolute;
	top:43px;
	z-index:1000;
}

#Nav ul ul li
{
	display:block;
	float:none;
	height:30px;
	line-height:30px;
	z-index:1001;
}

#Nav ul ul li a
{
	display:block;
	background:transparent url(../img/sousmenu.png) scroll top left repeat-y;
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:10px;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	width:175px;
	z-index:1002;
	color:white;
	text-shadow:none;
}

#Nav ul ul li.fin
{
	width:200px;
	height:7px !important;
	background:transparent url(../img/basmenu.png) top left no-repeat;
	padding:0 !important; 
	/*margin:0 !important; */
	font-size:0px !important; 
	*margin:-12px 0px !important;
	margin:0;
}

#Nav ul ul li.last a
{

}

#Nav ul ul a:hover
{
	color:white;
}

a.nothing
{
	cursor:default !important;
}
