.jqueryslidemenu {
	font: normal 8pt Verdana;
	background-color: transparent;
	width: 100%;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jqueryslidemenu li {
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	font-size:10px;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background: transparent url('menu-onglet.png') no-repeat;
	width: 136px;
	height: 27px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	font: normal 8pt Verdana;
	background: none;
	display: block;	
	padding: 8px 0px;
	text-decoration: none;
	width:136px;
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	
	
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #4c4c4d;
	color: #7e7e7e;      // COULEUR LIEN PREMIER NIVEAU
}
.jqueryslidemenu ul li a:hover {
	color: white;
	background: transparent url('menu-onglet-hover.png') no-repeat; /*tab link background during hover state*/
	width: 136px;
}

#menu-active {
	color: white;
	background: transparent url('menu-onglet-hover.png') no-repeat; /*tab link background during hover state*/
	width: 136px;
}

#menu-link-active {
	color: #df2141;
	background: #f8f8f8;
	width: 136px;
	font-weight:bold;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	/*display: list-item;
	float: none;*/
	height: 100%;
	border-top-width: 0;
	width: 136px;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 11px Verdana;
	margin: 0;
	width: 136px;
	background-color: #f8f8f8;
}
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	color: #df2141;
	background: #f8f8f8;

	width: 136px;
}
