/*
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 {
  visibility:hidden;
  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 0 0; padding:0;
  border-left:0px solid #666;
/*  font-size:small; font-weight:normal; */
}
/* All LIs in ul.myBox */
ul.myBox li {
  list-style:none;
  margin:0 0px 0 0; padding:0;
}

/* Label/Item A element over-rides */

.myBarLblA {
	font-weight:bold;
	font-size: 12px;
}
.myBarItmA {
	font-weight:bold;
	font-size: 12px;
}
.myBoxLblA {
	font-weight:bold;
	font-size: 12px;
}

/* Misc */

#menuMarker {
  display:none;
}
