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


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

#boxed_menu {
	width : 100%;
	font : bold 11px Verdana, Arial, sans-serif;
}

#boxed_menu ul, #boxed_menu ul li {
	list-style : none;
	margin : 0;
	padding : 0;
	color : #000;
}

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

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

#boxed_menu li a:link, #boxed_menu li a:visited {
	display : block;
	border-bottom : 1px dashed #00acec;
	background : #fff;
	padding : 8px 0 8px 15px;
}

#boxed_menu li a:hover, #boxed_menu li #current {
	background : url(../images/li_background.gif) top left no-repeat;
}

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

#boxed_menu li li a:link, #boxed_menu li li a:visited {
	background : none;
	border : none;
	padding : 5px 0 5px 25px;
	font-weight : normal;
}

#boxed_menu li li a:hover {
	color : #00acec;
	background : none;
}

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

/*---------------Nivå 3 lenker !---------------*/

#boxed_menu li li li a:link, #boxed_menu li li li a:visited {
	padding : 5px 0 5px 40px;
	color : #c84193;
}

#boxed_menu li li li a:hover, #boxed_menu li li li #current {
	color : #00acec;
	font-weight : normal;
}

/* 1337 */