/************************************************************/
/*  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%;
	background : #2c92d5 url(../images/bg_menu_n1.jpg) top left repeat-y;
}

#boxed_menu ul, #boxed_menu ul li {
	margin : 0;
	padding : 0;
}

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

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

#boxed_menu li a:link, #boxed_menu li a:visited {
	font : normal 13px/24px Tahoma;
	color : #fff;
	padding : 0 0 0 28px;
	display : block;
	background : url(../images/n1_li.gif) top left no-repeat;
	margin : 0;
}

#boxed_menu li a:hover {
	background-color : #206fcb;
}

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

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

#boxed_menu li li a:link, #boxed_menu li li a:visited {
	background-image : none;
	color : #31a0d9;
	padding : 0 0 0 58px;
	background : #fff url(../images/n2_li.gif) top left no-repeat;
	margin : 0;
}

#boxed_menu li li a:hover, #boxed_menu li li #current {
	color : #c1221e;
	text-decoration : underline;
	font-weight : normal;
}


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

#boxed_menu li li li a:link, #boxed_menu li li li a:visited {
	font-size : 11px;
	color : #c1221e;
	padding : 0 0 0 78px;
	background-image : none;
}

#boxed_menu li li li a:hover, #boxed_menu li li li #current {
}

/* 1337 */
