/*
xmenu4_default.css
xMenu4 Demos 1 and 2, 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_dhtml.css for dhtml rules) */

/* Bar */

/* Outermost UL */
ul.xmBar {
}
/* All LIs in ul.xmBar */
ul.xmBar li {
	float:left;
	position: relative;
  list-style:none;
  margin:0; padding:0;

}

/* Box */

/* All ULs except outermost */
ul.xmBox {
  margin:0 0 .5em 1.25em; padding:0;
  border-left:1px dotted #666;
/*  font-size:small; font-weight:normal; */
}
/* All LIs in ul.myBox */
ul.xmBox li {
  list-style:none;
  margin:0 0 .25em 0; padding:0;
}

/* Label/Item A element over-rides */

.xmBarLblA {
  font-weight:bold;
  text-transform: capitalize;	
}
.xmBarLblA a:hover {
	font-weight:bold;
	display: block; 
	visibility: visible 
}
.xmBarItmA {
  font-weight:bold;
}
.xmBoxLblA {
  font-weight:bold;
}

/* Misc */

#menuMarker {
  display:none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images/back5.jpg);
	background-position: center center;
	height: 16px;
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 100%;
	display: block;
}
