/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 6em;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	border-bottom: 5px; /* fixes gap problem in IE */
	/*border-bottom: 5px solid #9CC;*/
	
	position: relative;
	z-index: 1;
}

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: 7.5em;
	width: 6em;
	/* background: #9CC;*/
	
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	/*border-bottom: 1px dashed #399;*/
	border-bottom: 1px ;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .5em .5em;
	width: 9em;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:500; 
	font-size:12px;
	font-weight:bold; 
	color:#000099; 
	
	
}


ul.mbv li a:hover,
ul.mbv li a:active {
	background: #000099;
	color: #FFF;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	/*background: #006699 ;*/
}
ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	background: #000099;
	color: #FFF;
}


/* horizontal menu bar */
ul.mbh {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.mbh li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}
ul.mbh ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #000099; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
	border-bottom: 1px dashed #000099;
}
ul.mbh li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	/* background: #006699;*/
	z-index: 2;
}
ul.mbh ul ul {
	margin-left: .5em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 9em;
}

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: #9CC;*/
	color: #006699;
	 background: #000099;
}
ul.mbh li a:hover,
ul.mbh li a:active {
	background: #399;
	color: #000099;
}
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: 10em;
}

ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited {
	/* background: #006699;*/
	 background: #000099;
}
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: #399;*/
	 background: #000099;
	color: #000099;
}
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: #006699 ;*/
	 background: #000099;
}
