
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	/*background: blue;*/
	color: white;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #4286AD; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 0px;
	padding: 5px;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 150px;
	width: 145px;
	background: #4286AD;
	z-index: 2;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border:darkblue outset 2px;  
}
/* separator  */
ul.mbv li.end 
{
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: 3px 3px;
	width: 140px;
	text-decoration: none;
	background: #4286AD;
	color: white;
	/*border-bottom:black solid 1px;*/
	color: white;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #BDCFEF;
	color: #042D76;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;/*
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px;
	border-top: black solid 1px;*/
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #4286AD url(images/webbpages/ico/menu/meny_arrow.gif) 100% -12px no-repeat;
	color: white;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;

}
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: #BDCFEF url(images/webbpages/ico/menu/meny_arrow.gif) 100% -62px no-repeat;
	color: #042D76;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;

}



