/************************************************************/
/*  Boxed_menu CSS Document 				*/
/*  Author: Kenneth Bækkelund				*/
/*  Implementation: Arnt Grønås				*/
/*	Version: 1.0					*/
/*	(c) Web Dynamic 2007				*/ 
/************************************************************/


/*------------MENY GENERELL CONFIG--------------*/

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

#h_menu { width: 904px; float: right; }

#h_menu li, #boxed_menu li { float: left; }
#boxed_menu { padding-top: 3px; }

/*---------------Nivå 1 lenker !---------------*/

#h_menu li a, #boxed_menu li a {
    text-decoration: none;
	color: #1D6190;
	display: block;
	padding: 28px 10px 5px;
	font-weight: 700;
}

#h_menu li a:hover, #h_menu li a.current {
	color: #0A1A25;
	background-color: #E2DDDA;
	text-align: center;
	border-bottom: 1px dashed #5d6543;
}

/*---------------Nivå 2 lenker !---------------*/

#boxed_menu li a {
	color: #070E13;
	font-weight: 700;
	padding: 5px 15px 5px;
}

#boxed_menu li a:hover, #boxed_menu li a.current {
	color: #E0E9EF;
	background: none;
	text-decoration: underline;
}

/* 1337 */