#my_top_menu_M1 {z-index:100;}
#my_top_menu_M1 li a{width:auto;width:113px;padding: 3px 0px 0px 0px; color:#fff;}
#my_top_menu_M1 li li a{width:110px;min-width:110px;padding: 5px 0px 0px 6px;}
#my_top_menu_M1 li{width:auto;min-width:113px;}

#my_top_menu_M2{padding-top:5px;}
#my_top_menu_M2 li a{width:auto; padding: 3px 7px 0px 7px; color:#fff;}
#my_top_menu_M2 li li a{width:auto;padding-top:10px;}
#my_top_menu_M2 ul li{width:auto;}

.mlmenu{font-size:14px;height:28px;}
.mlmenu li a{color:#fff; text-decoration:none; padding: 3px 5px 0px 2px; height:23px; margin-top:3px; float:left;white-space:nowrap;}
.mlmenu li a:hover{text-decoration:underline; height:25px; background:url(/img/bg_menu_activ.gif)}
.mlmenu li a:active{text-decoration:underline; height:25px; background:url(/img/bg_menu_activ.gif)}

/*this is the css for the horizontal version*/
.horizontal ul
{
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 1.4em;
}
.horizontal li
{
	float: left;
	display: inline;
	text-align:center;
	height:30px;
}
.bg_loggen_off li
{
	background:url(/img/bg_menu_personal.gif);
}
.bg_loggen_on li
{
	background:url(/img/bg_menu.gif);
}
.horizontal li a
{
	margin-top:2px;
	height: 1.2em; 
	border-right:1px solid #333;
	color:#fff;
	text-decoration: none;
	float: left;
	min-width: 20px; 
	display: block;
	border-left: none;
	width:110px;
	height:25px;
}
.horizontal li li a
{
	height:25px;
	text-align:left;
	border-top: none;
	width: 110px;
	font-size:11px;
	padding-left:5px;
	background:#b02a2a;
}
.horizontal li li a:hover
{
	/*background:#6E8489;*/
}

.horizontal li ul
{
	position: absolute; 
	margin-top: 28px;
	width: 110px;
	border: none;
	display: none;
	height: auto;
}
.horizontal li li ul{
	position: absolute;
	margin-top: .0em;
	margin-left: 115px;
	display: inline;
}
.horizontal li ul li a
{
	padding-top:-3px;
	height:25px;
	width: 110px; 
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
padding-left: 1em;
font-size: 85%;  
}
.arrow a:hover span{
padding-left: 2em;
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-left: .5em;
}
/*colors for menu*/
.blackwhite li a{
	background-color: white;
	color: black;
	border-color: black;
}
.blackwhite li a:hover{
	background-color: black;
	color: white;
	border-color: black;
}
.blackwhite ul{
	border-color: black;
}
.bluewhite li a{
	background-color: white;
	color: #000033;
	border-color: #000033;
}
.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul{
	border-color: #000033;
}
/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	border-top: 1px solid;
}
.vertical li a{
	display: block;
	text-decoration: none;
	height: 1em;
	padding:3px 15px 0 15px;
	padding: .1em 1px;
	border: 1px solid;
	border-top: 0px;
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -1.3em;
	margin-left: 200px;
}