/* vertical menu bar */
ul.mbv {
	list-style: none;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	width: 140px;
	background-image: url(images/nav_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid;
	background-color: #15155B;
}
ul.mbv ul {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 150px;
	width: 140px;
	z-index: 2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	width: 140px;
	text-decoration: none;
	background: #BBBBBF;
	color: #003366;
	border: 1px solid #CCCCCC;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #003399;
	color: #FFF;
	border: 1px solid #15155B;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #BBBBBF url(mb.gif) no-repeat 100% -16px;
}
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: #003399 url(mb.gif) no-repeat 100% -66px;
	color: #FFF;
	border: 1px solid #15155B;

}

#navcontainer {
	margin-top: 5px;
	width: 150px;
	background-color: #15155B;
	height: 100%;
	margin-left: 5px;
	border: 10px solid #15155B;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
	z-index: 1;
}

