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

}

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

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

#boxed_menu li a:link, #boxed_menu li a:visited {
	color: #fff;
	height: 25px;
	display: block;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #574440;
	padding: 6px 0px 0px 15px;
}

#boxed_menu li a:hover, #boxed_menu li #current {
	color: #801a18;
	font-weight: bold;
	height: 25px;
	background: url(../images/bullet.gif) center right no-repeat #dfcfc8;
	padding: 6px 0px 0px 15px;
}

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

#boxed_menu li li {
padding: 0;
}

#boxed_menu li li a:link, #boxed_menu li li a:visited {
	color: #fff;
	border:none;
	height: 25px;
	display: block;
	background-color: #574440;
	padding: 6px 0px 0px 22px;
}

#boxed_menu li li a:hover, #boxed_menu li li #current {
	color: #df8237;
	font-weight: bold;
	height: 25px;
	background:  url(../images/underpunkt_bg.jpg) top left repeat-y;
	padding: 6px 0px 0px 22px;
}

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

#boxed_menu li li li a:link, #boxed_menu li li li a:visited {
	color: #fff;
	height: 25px;
	display: block;
	background-color: #574440;
	padding: 6px 0px 0px 30px;
}

#boxed_menu li li li a:hover, #boxed_menu li li li #current {
	color: #df8237;
	height: 25px;
	background-color: #dfcfc8;
	padding: 6px 0px 0px 30px;
}



a.mainmenues, a.mainmenues:visited {
font-family: Arial, Verdana, Helvetica;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #fff;
}
a.mainmenues:hover, a.mainmenues:active, a.mainselected {
font-family: Arial, Verdana, Helvetica;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #c8bcb6;
}


