.menu {font-family: arial, sans-serif; height:50px; position:absolute; font-size:12px; z-index:100;margin-left:23px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; height:20px; text-align:center; color:#666666; border:1px solid #fff; background:#FFFFFF; line-height:20px; font-size:12px; overflow:hidden;}
.menu ul {padding:0; margin:0 0 0 10px; list-style: none;}
.menu ul li {
	float:left;
	position:relative;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eeeeee;
	margin:0 0 0 10px;
	padding:0 10px 0 10px;
}
.menu ul li:hover {
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b3ce3f;
	}
.menu ul li ul {
	display: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0 0 0 -20px;
}
.menu ul li ul li, .menu ul li ul li:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:left;
	font-size:12px;

	width:100%;
}

/* titre onglet */
.menu ul li:hover a {color: #b3ce3f; }
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}

.menu ul li:hover ul li a.hide {background:#fff; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#eee; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#FFFFFF;
	color:#5b5b5b;

}
.menu ul li:hover ul li a:hover {background:#eee; color: #b3ce3f;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
