/************************************************************/
/*  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%;
}

#boxed_menu ul, #boxed_menu ul li {
	list-style : none;
	margin : 0;
	padding : 0;
	text-align : left;
}

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

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

#boxed_menu li a:link, #boxed_menu li a:visited {
	font : bold 12px Arial, Verdana, Helvetica, sans-serif;
	color : #000;
	/*border-bottom : 2px solid #000;*/
	display : block;
	padding : 7px 15px;
}

#boxed_menu li a:hover, #boxed_menu li #current {
	color : #000;
	background : #e3e2e0 url(../images/bg_menucurrent.gif) top left repeat;
}

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

#boxed_menu li li a:link, #boxed_menu li li a:visited {
	background-color : #fbf7f0;
	font : normal 12px Arial, Verdana, Helvetica, sans-serif;
	border : none;
	padding : 3px 5px 3px 25px;
}

#boxed_menu li li a:hover, #boxed_menu li li #current {
	background-color : #ecedee;
	background-image : none;
}

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

#boxed_menu li li li a:link, #boxed_menu li li li a:visited {
	padding : 3px 5px 3px 35px;
	background-color : #fff;
	background-image : none;
}

#boxed_menu li li li a:hover, #boxed_menu li li li #current {
	background-color : #fff;
}

/* 1337 */

