.menu{ background-image: url(../img/menu.png);  background-repeat: repeat-x;  width:976px; height:45px; border-radius:5px; clear:both; font-family:Verdana, Geneva, sans-serif; background-color:transparent; z-index:999px; }
.menu ul{ margin:0; margin-left:15px;  list-style: none; float: left; }
.menu li{cursor:pointer; list-style-type:none;  display:block; float:left; line-height:52px; height:52px; min-width:80px; text-align:center; font-size:12px; font-family:Arial; font-weight:bold;  }
.menu li a{  text-decoration:none; display:inline-block; text-align:center;  cursor:pointer; color:#FFF; font-size:15px;padding-left:8px; padding-right:8px; font-weight:500px; min-width:80px; border-left:#999999 solid 1px; height:48px; }
.menu li a:hover {background: url(../img/menu-hover.png); background-repeat:repeat-x; color:#FFFFFF; height:48px;    min-width:80px; }
.menu li .Active {background: url(../img/menu-hover.png); right 0px no-repeat; color:#FFFFFF; height:45px;    min-width:80px; }

.menua{ width:550px; height:20px; clear:both; font-family:Verdana; z-index:999px; float:right;}
.menua ul{ margin:0;list-style: none; float: right; }
.menu .suparation{ float:left; margin:0; width:1px; height:45px; background:#FFF;}

.menua li{cursor:pointer; list-style-type:none; float:left; text-align:center; font-size:10px; font-family:Verdana; }
.menua li a{  text-decoration:none; display:inline-block; text-align:center; padding-left:5px; padding-right:5px; cursor:pointer; color:#FFFFFF; background: url(../images/separateur.png) right 0px no-repeat;}
.menua li a:hover {text-align:center;  padding-left:5px; padding-right:5px; color:#C30;}
.menua li .Active {text-align:center;  padding-left:5px; padding-right:5px; color:#C30;}


div#menu {
    background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:976px;
	height:52px;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	background-color:transparent;
	z-index:999px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 51px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
	background: url(../images/separateur.png) right 0px no-repeat;
	cursor:pointer;
	list-style: none;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 52px;
    display: block;
    float: left;
    line-height: 52px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
	color:#330066;
	
}
div#menu a:hover, div#menu a:hover span { color:#fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
	color:#000000; 
	text-align:center;
	padding:15px 15px;
	padding-top:7px;
	font-weight: bold;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
}
div#menu ul ul a.parent:hover span {

}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(219,219,219);
    margin-top:1px;
	
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(110,110,110);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(52,52,52); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../images/active.png) repeat-x right -48px  !important;
    background-image: url(../images/active.gif);
    height: 50px;
    z-index: 8;
    position: absolute;

}
div#menu li.back .left {
    background: url(../images/active.png) repeat-x top left  !important;
    background-image: url(../images/active.gif);
    height: 50px;
    margin-right: 1px;
	margin-left:0px;
}
