/************************************************************/
/*  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 : 180px;
	margin : 0;
	padding : 0;
}

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

#boxed_menu ul li {
	font : normal 12px "Trebuchet MS";
}

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

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

#boxed_menu li a:link, #boxed_menu li a:visited {
	display : block;
	padding : 11px 0 7px 15px;
	text-transform : uppercase;
	background : #dbc6a7;
	border-bottom : 1px solid #af9980;
	height : 17px;
}

#boxed_menu li a:hover, #boxed_menu li #current {
	color : #90223a;
	background : #f4ddba;
}

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

#boxed_menu li li a:link, #boxed_menu li li a:visited {
	display : block;
	padding : 2px 0 2px 25px;
	background : #af9980;
	border : none;
	text-transform : none;
	color : #90223a;
}

#boxed_menu li li a:hover, #boxed_menu li li #current {
	background : #af9980;
	color : #000;
}

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

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

#boxed_menu li li li a:link, #boxed_menu li li li a:visited {
	display : block;
	padding : 2px 0 2px 55px;
	border : none;
}

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

}

/* 1337 */