/* menu */
.menu {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.menu:link {
	text-decoration: none;
}

.menu:visited {
	text-decoration: none;
}

.menu:hover{
	text-decoration: none;
	color: #FFFFFF;
}

/* menu chosen */
.menu_chosen {
	text-decoration: none;
	color: #FFFFFF;
}

/* submenu */

.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 12px;
	color: #000000;
}

.submenu:link {
	text-decoration: none;
}

.submenu:visited {
	text-decoration: none;
}

.submenu:hover {
	text-decoration: none;
	color: #FFFFFF;
	/*background-color: #FFFFFF;*/
}

/* submenu chosen */
.submenu_chosen{
	/*background-color: #FFFFFF;*/
	color: #FFFFFF;
}

/* Ekstra menu */
.top_menu {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	
	padding-left: 35px;
}

.top_menu:link {
	text-decoration: none;
}

.top_menu:visited {
	text-decoration: none;
}

.top_menu:hover {
	text-decoration: none;
	color: #a70000;
}

