.menysak {
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	background-image: url(../img/meny_inaktiv.gif);
	background-position: left top;
	width: 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}
.menysak a {
	/* Dette er AKTIVT MARKERT menyvalg*/
	line-height: 39px;
	color:#333333;
	text-decoration: none;
}
.menysak a:hover {
	/* Dette er AKTIVT MARKERT menyvalg*/
	line-height: 39px;
	color:#0096D7;
	text-decoration: none;
}
.menysak_current {
	/* Dette er AKTIVT MARKERT menyvalg*/
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	background-image: url(../img/meny_aktiv.gif);
	background-position: left top;
	width: 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}
.menysak_current a {
	/* Dette er AKTIVT MARKERT menyvalg*/
	line-height: 39px;
	color:#0096D7;
	text-decoration: none;
}
.menysak_current a:hover {
	/* Dette er AKTIVT MARKERT menyvalg*/
	line-height: 39px;
	color:#0066cc;
	text-decoration: none;
}