/* Navigation level 1 */
#navi-l1 {
	background-color: #4891dc;
	position: relative;
	width: 85%;
	min-width: 999px;
	height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navi-l1 div.no {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#navi-l1 div.act {
	float: right;
	background-color: #FFA31A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#navi-l1 div a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 130px;
	padding-left: 10px;
	padding-top: 10px;
}
#navi-l1 div a:hover {
	background-color: #FFA31A;
}

/* Navigation level 2 & 3 */
#navi-l2 {
	background-color: #FFA31A;
	position: relative;
	width: 85%;
	min-width: 999px;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navi-l3 {
	background-color: #808080;
	position: relative;
	width: 85%;
	min-width: 999px;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	
}
.navi-wrapper {
	padding-left: 100px;
}
.navi-wrapper div a {
	display: block;
	text-decoration: none;
	margin-right: 30px;
	margin-top: 8px;
}
.navi-wrapper div a:hover {
	text-decoration: underline;
}
.navi-wrapper div.no {
	float: left;
	display: inline;
}
.navi-wrapper div.no a {
	color: #FFF;
}
.navi-wrapper div.act {
	float: left;
	display: inline;
}
.navi-wrapper div.act a {
	color: #000;
}