/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
||||||||||||													||||||||||||||||
||||||||||||													||||||||||||||||
||||||||||||			  	  MENUERNE STARTER HER				||||||||||||||||
||||||||||||													||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/



/*UNDERMENUEN*/

/*.undermenu_boks{
	background-color: #2e2e2e;
	min-height: 200px;
	margin: 0px;
}*/
.undermenu {
background-color: #8db71d;
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:200px;
	height:100%;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.undermenu .submenu li {
	list-style-type: none;
	padding: 0px;
	height: 100%;
	float: left;
	clear: left;
	width:200px;
	margin: 0px;
}

.undermenu .submenu_submenu li {
	list-style-type: none;
	padding: 0px;
	height: 100%;
	float: left;
	clear: left;
	width:200px;
	margin: 0px;
}

.undermenu .submenu h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 200px;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/*BLUE*/
.undermenu .submenu a, .undermenu .submenu a:visited {
	display: block;
	text-decoration: none;
	width:200px;
	color: #FFFFFF;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #212121;
	margin: 0px;
	background-color: #2e2e2e;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.undermenu .submenu a:hover {
	display: block;
	color: #FFFFFF;
	height: 100%;
	width:200px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-color: #212121;
}

/*Submenu type 2*/
.undermenu .submenu_submenu a, .undermenu .submenu_submenu a:visited {
	display: block;
	text-decoration: none;
	width:190px;
	color: #FFFFFF;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #212121;
	margin: 0px;
	background-color: #464646;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.undermenu .submenu_submenu a:hover {
	display: block;
	color: #FFFFFF;
	height: 100%;
	width:190px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #212121;
}


/*HOVEDMENUEN*/
#hovedmenu_knapper {
	background-color: #8db71d;
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:200px;
	height:100%;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#hovedmenu_knapper .submenu li {
	list-style-type: none;
	padding: 0px;
	height: 100%;
	float: left;
	clear: left;
	width:200px;
	margin: 0px;
}

#hovedmenu_knapper .submenu h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 200px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
}
/*BLUE*/
#hovedmenu_knapper .submenu a, #hovedmenu_knapper .submenu a:visited {
	display: block;
	text-decoration: none;
	width:200px;
	color: #FFFFFF;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	margin: 0px;
	background-color: #2e2e2e;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#hovedmenu_knapper .submenu a:hover {
	display: block;
	color: #FFFFFF;
	height: 100%;
	width:200px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-color: #212121;
}
.sekundary_menu {
	padding: 5px;
	float: right;
	width: 500px;
	color: #FFFFFF;
}

