
#leftnav div {	
	float: right;
	width: 160px;
	text-align: left;
	vertical-align: top;
}

#leftnav div.level-1-no a {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 11px;
	padding: 0 5px 0 5px;
	line-height: 22px;
	text-decoration: none;
	display: block;
	border-bottom: #d6d5da 1px solid;
}
#leftnav div.level-1-no a:hover {
	color: #868587;
}
#leftnav div.level-1-act a {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 5px 0 15px;
	line-height: 22px;
	text-decoration: none;
	background: #FFF;
	display: block;
	background: url(../images/l1-high.jpg) no-repeat;
}
#leftnav div.level-2-no a {
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 23px;
	padding: 0 5px 0 3px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	border-bottom: #d6d5da 1px solid;
}
#leftnav div.level-2-no a:hover {
	color: #868587;
}
#leftnav div.level-2-act a {
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 5px 0 25px;
	line-height: 18px;
	text-decoration: none;
	background: #FFF;
	display: block;
	background: url(../images/l2-high.jpg) no-repeat;
}
#leftnav div.level-3-no a {
	font-size: 0.65em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 28px;
	padding: 0 5px 0 3px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	border-bottom: #d6d5da 1px solid;
}
#leftnav div.level-3-no a:hover {
	color: #868587;
}
#leftnav div.level-3-act a {
	font-size: 0.65em;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 5px;
	padding: 0 5px 0 25px;
	line-height: 18px;
	text-decoration: none;
	background: #FFF;
	display: block;
	background: url(../images/l2-high.jpg) no-repeat;
}

