.MenuContainer {
	padding-left: 0px !Important; /* IE6 ignores this and uses next occurence */
	padding-left: 1px;
	background-color:; #F00;	 /* DEBUG */
}

.Level_0 {
	padding-left: 20px;
	padding-bottom: 2px;
	background-color:; #6F3;
}
	
.Level_1 {
	padding-left: 20px;
	padding-bottom: 2px;
	background-color:#FFEBC6;
	border-left-color:#F5832A;
	border-left-style: solid;
	border-left-width: 1px;
}

.Level_2 {
	padding-left: 20px;	
	padding-bottom: 2px;	
	background-color:; #FC3;	
}

.Current { /* Aktiv linje */
	padding-left: 20px;
	padding-bottom: 2px;		
	width:; 300px;	

	background-image: url(../res/menu_current.gif);
	background-repeat: no-repeat;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;

	border-top-color: #F5832A;
	border-right-color: #F5832A;
	border-bottom-color: #F5832A;

	background-color: #F5832A;
}

.Empty { /* Tomme linjer */
	padding-left: 20px;
	color: #CCCCCC; 
}


.MenuContainer a:link {
	text-decoration: none;
	color: #006;
}

.MenuContainer a:visited {
	text-decoration: none;
	color: #006;
}

.MenuContainer a:active {
	outline: none;
	text-decoration: none;
	color: #900;
}

.MenuContainer a:hover {
	text-decoration: none;
	color: #D75600;
}


.Current a:link {
	text-decoration: none;
	color: #FFF;
}

.Current a:visited {
	text-decoration: none;
	color: #FFF;
}

.Current a:active {
	outline: none;
	text-decoration: none;
	color: #FFF;
}

.Current a:hover {
	text-decoration: none;
	color: #FFF;
}
