/************************************************************/
/*  Boxed_menu CSS Document 				*/
/*  Author: Kenneth Bækkelund				*/
/*  Implementation: Arnt Grønås				*/
/*	Version: 1.0					*/
/*	(c) Web Dynamic 2007				*/ 
/************************************************************/
/************************************************************/
/*  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 {
	padding: 10px 0 10px;

}

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

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

#h_menu li a { 
	font: 700 12px Tahoma,verdana,sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px 10px;
	border-right: 3px solid #fff;
}

#h_menu li a:hover, #h_menu li a.current {
	color: #fff;
	background: url(../images/mh.png) top left repeat-x;
}

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

#boxed_menu li a  {
	font: 700 11px Tahoma,verdana;
	color: #24211e;
	font-weight: normal;
	display: block;
	background: url(../images/smbg.png) left center no-repeat;
	border-bottom: 1px solid #d3d3d2;
	text-decoration: none;
	padding: 7px 0 7px 20px;

}

#boxed_menu li a:hover, #boxed_menu li a.current {
	background: url(../images/smhbg.png) left center no-repeat;
	color: #946e45;
	border-bottom: 1px solid #946e45;
}

/* 1337 */

