#menu li.withsubmenu
{
	background-image:none;
}
#menu li.withsubmenu:hover
{
	background-image:none;
}

#menu
{
	margin-left:0px;
	background-color:transparent;
	color:#7c7e7d;
	text-transform:lowercase;
}

#menu ul
{
	min-width:20px;
	border-top:3px solid #efefef;
}
#menu ul.menuItem01 { border-top-color:#8f9190; }
#menu ul.menuItem02 { border-top-color:#a52ca0; }
#menu ul.menuItem03 { border-top-color:#304fc0; }
#menu ul.menuItem04 { border-top-color:#05beed; }
#menu ul.menuItem05 { border-top-color:#047e89; }
#menu ul.menuItem06 { border-top-color:#9ebe41; }
#menu ul.menuItem07 { border-top-color:#ccd13f; }
#menu ul.menuItem08 { border-top-color:#f71e26; }
#menu ul.menuItem09 { border-top-color:#f565ab; }
#menu ul.menuItem10 { border-top-color:#f8a322; }
#menu ul.menuItem11 { border-top-color:#fac408; }

#menu a, #menu h2
{
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	text-transform: lowercase;
}

#menu h2
{
	margin: 0;
	padding: 0;
	width:88px; /*Pour mettre une largeur fixe aux entrées de menu mais attention aux mots trop longs...*/
	text-align:center;
	color: #7c7e7d;
	line-height:34px;
	border:none;
	background:transparent url('../images/design2011/sep_menu.png') top right no-repeat;
}

#menu h2 a
{
	margin:0;
	padding:0 10px 0 10px;
	line-height:34px;
}
#menu h2 a:hover
{
	background:#333 url('../images/design2011/bg_menu_hover.png') top left repeat-x;
}

#menu a
{
	color:#7c7e7d;
	text-decoration: none;
}
#menu a:hover
{
	color: #fff;
	text-decoration: none;
}
#menu h2:hover
{
	color: #fff;
	background-color: transparent;
}
#menu li
{
	background-color: transparent;
	color: #7c7e7d;
}
#menu li:hover
{
	background-color: transparent;
	color: #fff;
}
#menu ul li ul {
	padding: 5px 0 10px 0;
	border:none;
	background:transparent url('../images/design2011/bg_ssmenu.png') top left; 
	/*background-color: #000;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; */
}
#menu ul li ul li
{
	padding: 2px 5px 2px 10px;
	background-color:transparent !important;
	background-image:none !important;
}
#menu li li:hover
{
	background-color:transparent !important;
	background-image:none !important;
}
#menu li li a
{
	color:#7c7e7d;
	color:#999;
}

#menu ul span:hover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{
	width: auto;
	min-width:150px;
}
#menu li h2 .menuCurrentMenu
{
	display:block;
	margin: 0;
	padding: 0;
	height:34px;
	background:#333 url('../images/design2011/bg_menu_hover.png') top left repeat-x;
}
#menu li .menuCurrentMenu, #menu li .menuCurrentMenu a, #menu li .menuCurrentPage, #menu li .menuCurrentPage a {
	color: #fff;
	font-weight: normal;
}

#menu ul ul /*correction pour bug IE7 - sous-menu trop à droite*/
{
	left:0;
}
