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

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

#Nav #left
{
	padding-left:201px;
}

#Nav ul li
{
	list-style:none;
	float:left;
	display:block;
	width:107px;
	height:20px;
	white-space: nowrap;
	margin-left:1px;
}

#Nav ul li a
{
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	background:transparent url(../img/Pegasenormal.jpg) scroll top right no-repeat;
	color:white;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	font-family:sans-serif,Arial,sans-serif;
	font-size:8.5px;
	font-weight:normal;
}

#Nav ul li a:hover
{
	background:transparent url(../img/Pegasesurvol.jpg) scroll top left repeat;
	color:white;
}

/* Sous menu */

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

#Nav ul ul li
{
	display:block;
	float:none;
	background: white none;
	height:19px;
	line-height:19px;
	margin-bottom:2px;
}

#Nav ul ul li a
{
	display:block;
	height:19px;
	line-height:19px;
	text-align:left;
	padding-left:3px;
	color:black;
	width:104px;
	background:transparent url(../img/li.jpg) scroll top left no-repeat;
}

#Nav ul ul a:hover
{
	background:transparent url(../img/lihover.jpg) scroll top left no-repeat;
}