/* 
	CSS Document 
	Senja Lab
	Sircon Norge AS
	http://sircon.no
---------------------------------------------- */


#boxed_menu {
	margin-bottom: 60px;
	}

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

#boxed_menu ul li {
	list-style-type: none;
	text-align: right;
	}

#boxed_menu ul li a {
	text-decoration: none;
	padding-right: 10px;
	}

#boxed_menu ul li a:link,
#boxed_menu ul li a:visited {
	font: normal 14px/28px "Lucida Sans", "Trebuchet MS", sans-serif;
	display: block;
	color: #115079;
	background: url("../images/bg_li.png") bottom right no-repeat;
	}	

#boxed_menu ul li a:hover,
#boxed_menu ul li a.current {	
	color: #e57c9b;
	}

#boxed_menu ul ul li a:link,
#boxed_menu ul ul li a:visited {
	font: normal 12px/20px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #347db0;
	padding-right: 20px;
	background: none;
	}	

#boxed_menu ul ul li a:hover,
#boxed_menu ul ul li a.current {	
	color: #00bede;
	}

#boxed_menu ul ul ul li a:link,
#boxed_menu ul ul ul li a:visited {
	font: normal 12px/20px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #bdbdbd;
	padding-right: 30px;
	}	

#boxed_menu ul ul ul li a:hover,
#boxed_menu ul ul ul li a.current {	
	color: #676767;
	}
