/*mainmenu*/

.mainmenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #B4D0DC;
}

.mainmenu LI {
	list-style-image:none;
	list-style-type:none;
	font-size: 12px;
	font-weight: bold;
	background-color: #B4D0DC;
}

.mainmenu A {
	text-decoration: none;
	color:#003366;
}

.mainmenu A:hover,
.mainmenu A:active {
	text-decoration: none;
	color:#CC0000;
}

/*submenu*/

.mainmenu UL {
	margin: 0 0 0 0;
}

.mainmenu UL LI {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	background-color: white;
	margin: 1px 0 0 0;
}

.mainmenu UL A {
	text-decoration: none;
	color:#003366;
}

.mainmenu UL A:hover,
.mainmenu UL A:active {
	text-decoration: none;
	color:#CC0000;
}

/*hovedmeny*/

.hovedmeny {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.hovedmeny .overskrift {
	position:relative;
	top: -2px;
	list-style-image:none;
	list-style-type:none;
	font-size: 12px;
	font-weight: bold;
	background-color: #B4D0DC;
}

.hovedmeny .overskrift A {
	text-decoration: none;
	color:#003366;
}

.hovedmeny .overskrift A:hover,
.hovedmeny .overskrift A:active {
	text-decoration: none;
	color:#CC0000;
}

.hovedmeny LI {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	background-color: white;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #B4D0DC;
}

.hovedmeny LI A {
	text-decoration: none;
	color:#003366;
}

.hovedmeny LI A:hover,
.hovedmeny LI A:active {
	text-decoration: none;
	color:#CC0000;
}

