/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 11em;
}
ul.mbv li {
	padding: 0;
	margin: -2px;
	/*border-bottom: 1px solid #F00 #4466AA*/; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
	width: 11em;
}
ul.mbv ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 11em;
	width: 11em;
	background: #4466AA;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	width: 11em;
	border-bottom: 2px solid #003300;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .2em .5em;
	width: 11em;
	text-decoration: none;
	background: #4466AA;
	color: #ffffff;
	border: 1px solid #4466AA;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #828A1C;
	color: #FFF;
	border: 1px solid #ADF;
	width: 11em;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #828A1C url(mb.gif) 100% -12px no-repeat;
}
ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	width: 11em;
	background: #828A1C url(mb.gif) 100% -62px no-repeat;
	color: #FFF;
}

/* horizontal menu bar */
ul.mbh {
	margin: 0;
	padding: 0;
	list-style: none;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.mbh li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	position: absolute;
}

ul.mbh ul li {
    border: 1px solid #4466AA;	
	float: none;
	position: relative;
	border-bottom: 1px solid #4466AA; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
	border-bottom: 2px solid #003300;
}

ul.mbh li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 1px;
	left: 0;
	background: #4466AA;
	z-index: 2;
}
ul.mbh ul ul {
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 120px;
}

ul.mbh li a:link,
ul.mbh li a:visited,
ul.mbh li a:hover,
ul.mbh li a:active {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	background: #4466AA;
	color: #ffffff;
	border: 1px solid #4466AA;
}
ul.mbh li a:hover,
ul.mbh li a:active {
	border: 1px solid #ADF;
	background: #828A1C;
	color: #FFF;
}


ul.mbh ul li a:link,
ul.mbh ul li a:visited,
ul.mbh ul li a:hover,
ul.mbh ul li a:active {
	width: 11em;
}


ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited {
	background: #4466AA url(mb.gif) 100% -12px no-repeat;
}

ul.mbh li a.visible:link,
ul.mbh li a.visible:visited,
ul.mbh li a.visible:hover,
ul.mbh li a.visible:active {
	background: #828A1C;
	color: #FFF;
}
ul.mbh ul li a.visible:link,
ul.mbh ul li a.visible:visited,
ul.mbh ul li a.visible:hover,
ul.mbh ul li a.visible:active {
	background: #828A1C url(mb.gif) 100% -62px no-repeat;
}
