/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 5px 0 2px ;
	list-style: none;
	width: 10em;
	
}
ul.mbv li {
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 5px 2px;
	list-style: none;
	border: 0px solid #3983BC;
	border-bottom: 0px solid #3983BC; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
	background-image:url(../images/buttons/sidebar1.gif);
	background-repeat:no-repeat;
}

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: 8em;
	width: 10em;
	z-index: 2;
	background-color: #CCCCCC;
	background-image:url(../images/buttons/spacer.gif);
}
/* separator to mark end of menu group */
ul.mbv li.end {
	color:#FFCC00;
	background-image:url(../images/buttons/sublink_bg.gif);
}

ul.mbv li a:link,
ul.mbv li a:hover,
ul.mbv li a:visited
 {
	display: block;
	padding: .2em .1em;
	width: 8em;
	text-decoration: none;
	white-space: nowrap;	
}


ul.mbv li a:hover,
ul.mbv li a:active {	
	color:#FFCCOO;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {  
	background: url(images/mb.gif) 95% -62px 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 {
	background:  url(images/mb.gif) 95% -12px no-repeat;
	color:#FFCC00;
}





/* horizontal menu bar */
ul.mbh {
	font-size:16px;
	margin:0 3em;
	padding:0px 0 0 0;
	list-style: none;
	width: 90%;
}
ul.mbh li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}
ul.mbh ul li {
	float: none;
	position: relative;
	border-bottom: 0px solid #9CC; /* fixes gap problem in IE */
	z-index:3;
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
	border-bottom: 1px dashed #399;
}
ul.mbh li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 450px;
	left: 525px;
	background: #9CC;
	z-index: 2;
	
}
ul.mbh ul ul {
	margin-left: .2em;
	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: 0 .5em;
	text-decoration: none;
	font-weight:bold;	
	
}
ul.mbh li a:hover,
ul.mbh li a:active {
	
	color:#FFCC00;
}
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: 18em;
	padding:4px;
}

ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited {
	background: #9CC url(images/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 {

	color:#FFCC00;
}
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: #399 url(images/mb.gif) 100% -62px no-repeat;
}
