#naviLvl1 {
	background-color:#727272;
	padding: 5px 0 13px 0;
	margin-bottom:1px;
}

#naviLvl1 a {
	padding:0 10px 0 10px;
	margin:5px 0 5px 0;
	display:block;
	color:white;
}

#naviLvl1 a:hover {
	font-weight:bold;	
}

#naviLvl1 a.active {
	border-top:4px white solid;
	/*border-bottom:4px white solid;*/
	padding:0 10px 0 10px;
	display:block;
	color:#595959;
	margin-bottom:0px;
	background-color:white;	
	background-image:url(/img/bar_blue.gif);
	background-repeat:repeat-y;
	background-position:5px top;	
}

#naviLvl1 a.active:hover {
	font-weight:normal;
}

#naviLvl2 {
	padding:4px 0 4px 0;
	background-color:white;
}

#naviLvl2.empty {
	padding-top:1px;
}

#naviLvl2 a {
	border-top:none;
	border-bottom:none;
	color:#595959;
	padding:0 10px 0 22px;	
}

#naviLvl2 a:hover {
	color:#2f478c;
	font-weight:bold;
	background-image:url(/img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}

#naviLvl2 a.active {
	border-top:none;
	padding:0 10px 0 22px;	
	color:#2f478c;
	font-weight:bold;
	background-image:url(/img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
	margin:5px 0 5px 0;
}

#path {
	margin:5px 0 0 15px;
	color:#595959;
	font-size:80%;
}

#path a {
	color:#595959;
}