/* Hovedmenyen */


.menubar {
	width: 100%;
	height: 42px;
	margin: 0px;
	padding: 0px;
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	/*background: #fff;
	background: url(../images/stil/navcontainer.png) repeat-x center top;*/
}

#navmenu {
	padding: 0px 0px 0px 15px;
	margin: 0px auto;
        height: 42px;
	position: relative;
	float: none;
	width: 865px;
	background: url(../images/stil/navcon.png) repeat-x center 8px;
	/*background: #000000 url(../images/stil/navcontainer.png) no-repeat left top;*/
}

#navmenu ul {
	float: left;
	list-style: none;
	padding: 0;
	position: relative;
	top: 8px;
}

#navmenu li {
	float: left;
	height: 22px;
	line-height:22px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(../images/stil/nav_norm_l.png) no-repeat bottom left;
}

#navmenu li a {
	float: none;
	height: 22px;
	line-height: 21px;
	text-decoration: none;
	padding-right: 10px;
	margin:0px 0px 0px 10px;
	display: block;
	background: url(../images/stil/nav_norm_r.png) no-repeat bottom right;
	color: #fff;
}

div#navmenu li:hover, div#navmenu li.iehover {
	background: url(../images/stil/nav_hover_l.png) no-repeat bottom left;
}

div#navmenu li:hover a, div#navmenu li.iehover a {
	background: url(../images/stil/nav_hover_r.png) no-repeat bottom right;
	color: #000;
}

div#navmenu li.active {
       background: url(../images/stil/nav_active_l.png) no-repeat bottom left;
}

div#navmenu li.active a {
	background: url(../images/stil/nav_active_r.png) no-repeat bottom right;
	color: #f00;
}

div#navmenu ul ul {
	display: none;
}



/* @end */