div#navigation ul.level1 {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	position: relative;
	float: left;
}

div#navigation ul.level1 li {
	float: left;
	list-style-type: none;	
}

div#navigation ul.level1 li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
	font-size: 116%;
	line-height: 144%;
	float: left;
	display: block;
	margin-right: 10px;
}

div#navigation ul.level1 li.open a,
div#navigation ul.level1 li a:hover  {
	color: #7ca716;
	background: url('../images/navi_underline.gif') repeat-x left 20px;
}


/* //////////////// LEVEL 2 //////////////// */

div#navigation ul.level1 li ul.level2 {
	position: absolute; 
	left: 1px;
	top: 23px;
	width: 100%;	
	margin: 0;
	padding: 0;
	z-index: 10;
	height: 20px;
}

div#navigation ul.level1 li ul.level2 li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
	color: #fff;
}


div#navigation ul.level1 li ul.level2 li.open a,
div#navigation ul.level1 li ul.level2 li a:hover {
	color: #7ca716;
	background: url('../images/navi_underline.gif') repeat-x left bottom !important;
}

