#myMenu1 {
	background: #000;
	color: #fff;
	/*opacity: 0.8;*/
	/*background: url(../img/menu_top_border_right.png) no-repeat right top;*/
	z-index:450; /*valeur tres elev� pour s'assurer que rien ne passera au dessus du menu flottant */
}

#myMenu1 a {
	color: #fff;
}

#myMenu1 li {
/*
	border-top: 3px solid #FAFAFA;
	border-bottom: 3px solid #ECECEC;
	border-left: 1px solid #ECECEC;*/
	/*margin: 0;*/
	margin-right: 0;
	padding: 0px;
}

#myMenu1 ul li {
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0;	
}

/* Outermost UL (horizontal bar) */
ul.xmBar {
  position:absolute;
  visibility:hidden;
  margin: 45px 0 0 202px; 
  padding:0px;
  background:transparent;
  overflow:visible; cursor:pointer;
  border: 0;
}

#navigation2 ul.xmBar{
  margin: 110px 0 0 202px; 
}

/*
xmenu4_1.css
xMenu4 Demo 1, Cascading menus from nested ULs!
This code is distributed under the terms of the LGPL (gnu.org)
Mike Foster, Cross-Browser.com
*/

/* xMenu4 Downgrade (non-js) Styles (see xmenu4_1_dhtml.css for dhtml rules) */

/* Bar */

/* Outermost UL */
ul.myBar {
  background:transparent;
}
/* All LIs in ul.myBar */
ul.myBar li {
  list-style:none;
  margin:0; padding:0;
}

/* Box */

/* All ULs except outermost */
ul.myBox {
  background:transparent;
  margin:0 0 .5em 1.25em; padding:0;
  border-left:1px dotted red;
/*  font-size:small; font-weight:normal; */
}
/* All LIs in ul.myBox */
ul.myBox li {
  list-style:none;
  margin:0 0 .25em 0; padding:0;
}

/* Label/Item A element over-rides */

.myBarLblA {
  font-weight:bold;
}
.myBarItmA {
  font-weight:bold;
}
.myBoxLblA {
  font-weight:bold;
}

/* Misc */

#menuMarker {
  display:none;
}
