/*
	CSS Document
	Holger Teknologi AS
	Menu
*/


	#h_menu {
		width : 777px;
		height : 20px;
		padding : 15px 0 0 175px;
	}

	#h_menu ul {
		list-style : none;
		margin : 0;
		padding : 0;
	}

	#h_menu ul li {
		display : inline;
	}

	#boxed_menu ul {
		list-style : none;
		margin : 0;
		padding : 0;
	}


/*--------------------------------------------- Nivå 1 horisontal meny */


	#h_menu li a {
	       text-decoration : none;
	}

	#h_menu li a:hover,
		span.blue a:hover {
		text-decoration : underline;
	}

	#h_menu ul li a.current {
		background : url(../images/bg_currentleft.gif) top left no-repeat;
		padding : 0 1px 0 12px;
		text-decoration : none;
		color : #000;
	}

	#h_menu ul li a.current span.white {
		background : url(../images/bg_currentright.gif) top right repeat-x;
		padding : 0 6px 0 2px;
	}

	#h_menu ul li a:link, 
	#h_menu ul li a:visited {
		font : bold 12px/22px "Trebuchet MS";
		padding : 0 1px 0 12px;
		margin : 0 1px 0 0;
		background : url(../images/bg_offleft.gif) top left no-repeat;
	}

	#h_menu ul li a:link span.blue, 
	#h_menu ul li a:visited span.blue {
		background : url(../images/bg_offright.gif) top right repeat-x;
		color : #fff;
		padding : 0 6px 0 2px;
	}

	#h_menu li a:hover {
		background : url(../images/bg_currentleft.gif) top left no-repeat;		
	}

	#h_menu li a:hover span.blue {
		background : url(../images/bg_currentright.gif) top right repeat-x;
		color : #000;	
	}


/*--------------------------------------------- Nivå 2 venstremeny */


	#boxed_menu li a {
	       text-decoration : none;
	}

	#boxed_menu li a:link, #boxed_menu li a:visited {
		font : normal 12px/18px "Trebuchet MS";
		color : #8393c7;
		display : block;
		padding : 0 0 0 4px;
		border-bottom : 1px solid #dadeee;
	}

	#boxed_menu li a:hover, #boxed_menu li .current {
		background-color : #8393c7;
		color : #fff;
		padding : 0 0 0 4px;
		border-bottom : 1px solid #8393c7;
	}

	#boxed_menu li .current {
		font-weight : bold;
	}

/*--------------------------------------------- Nivå 3 venstremeny */


	#boxed_menu li li a:link, #boxed_menu li li a:visited {
		background : #eceff7 url(../images/bg_sub_n3.gif) top left no-repeat;
		color : #8393c7;
		border-bottom : 1px solid #eceff7;
		padding : 0 0 0 20px;
	}

	#boxed_menu li li a:hover, #boxed_menu li li .current {
		background : #d2d8eb url(../images/bg_sub_n3hover.gif) top left no-repeat;
		color : #163994;
		border-bottom : 1px solid #d2d8eb;
		padding : 0 0 0 20px;
	}

	#boxed_menu li li .current {
		font-weight : normal;
	}


/*--------------------------------------------- Nivå 4 venstremeny */


	#boxed_menu li li li a:link, #boxed_menu li li li a:visited {
		background : #eceff7 url(../images/bg_sub_n4.gif) top left no-repeat;
		color : #8393c7;
		padding : 0 0 0 40px;
	}

	#boxed_menu li li li a:hover, #boxed_menu li li li .current {
		background : #d2d8eb url(../images/bg_sub_n4hover.gif) top left no-repeat;
		color : #163994;
		padding : 0 0 0 40px;
	}


/*--------------------------------------------- Nivå 5 venstremeny */


	#boxed_menu li li li li a:link, #boxed_menu li li li li a:visited {
		background : #eceff7 url(../images/bg_sub_n5.gif) top left no-repeat;
		color : #8393c7;
		padding : 0 0 0 50px;
	}

	#boxed_menu li li li li a:hover, #boxed_menu li li li li .current {
		background : #d2d8eb url(../images/bg_sub_n5hover.gif) top left no-repeat;
		color : #163994;
		padding : 0 0 0 50px;
	}