/**************************************************/
/*  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,#boxed_menu { clear: both; }
#boxed_menu { padding-top: 2px; }

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

#h_menu li a, #boxed_menu li a { font: 700 11px "Trebuchet MS",Arial,Verdana,sans-serif; color: #fff; }
#h_menu ul li, #boxed_menu ul li { float: left; }

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

#h_menu li a {
    text-decoration: none;
	display: block;
	padding: 15px 10px 8px;
}

#h_menu li a:hover, #h_menu li a.current {
	color: #fff;
	background-color: #85aa25;
}

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

#boxed_menu li a {
	padding: 0 10px;
}

#boxed_menu li a:hover, #boxed_menu li a.current {
	color: #484852;
	background: none;
}

/* 1337 */

