/* UL Principal*/
.menu {
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font-family: Trebuchet MS;
}

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

/* Les Li*/
.menu li {
	margin:0;
	cursor:pointer;
	background-color:;
	 /* Taille à fixer sinon buh IE6 */
}

/* Les liens*/
.menu a {
	text-decoration:none;
	display:block;
}

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

/* Les LI des sous-menu uniquement*/
.menu ul li {
	margin-left:-1px;
	color: #FFFFFF;
	background:none;
	text-decoration: none;
	background-color: #CDCDCB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3A39E;
	width:130px;
	
}

.menu ul li a {
	background:none;
}
.menu ul li a:hover {
	background:none;
}


/* 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;
}*/
.menu li.rechercher {
	width:150px;
}
.menu li.rechercher a {
	text-transform: uppercase;
}