/* UL Principal*/
.menu {
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:5px;
}

/* Les sous UL*/
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* Les Li*/
.menu li {
	margin:0;
	font-size:10px;
	cursor:pointer;
	background-color: #2A2A2A;
	width:158px; /* Taille à fixer sinon buh IE6 */
	height:40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	border-right: #373737 1px solid;
	border-bottom: #373737 1px solid;
}

/* Les liens*/
.menu a {
	text-decoration:none;
	color: #FFFFFF;
	display:block;
	font-size:10px;
	
}

.menu a:hover {
	text-decoration:underline;
}

/* Les LI des sous-menu uniquement*/
.menu ul li {
	margin-left:-1px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2A2A2A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.menu ul li a {
	font-size:12px;
}


/* LI  de niveau 1 Contenant des sous niveaux 
li.submenu-down {
	background-color:#00FF00;
	color: #000000;
}
/* LI  de niveau 1++ Contenant des sous niveaux  
li.submenu-left {
	background-color:#FF0000;
	color: #000000;
}*/ */