/* --- 2nd Level Navigation* --- */

#navi {
	font-size: 12px;
	margin: 0 0 0;	
}

#navi ul.navroot, #navi ul.navroot li ul,#navi ul.navroot li ul li ul {
	width: 181px;
}

#navi ul.navroot, #navi ul.navroot li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul.navroot li  {
	border: 0;
	padding: 0;
	line-height: 18px;
}
#navi ul.navroot li a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	padding: 2px 0 2px 10px;
	border-top: 1px solid #ccc; }

#navi ul.navroot li a:hover {
	background-color: #ccc;
}

#navi ul.navroot li ul li a {
	font-weight: normal;
	border-top: 1px solid #ccc;
	background-color: #fff;
	padding: 2px 0 2px 20px; }

#navi ul.navroot li ul li a:hover {
	background-color: #e2e2e2;
}


#navi ul.navroot li.active>a {
	color: #000;
	background-color: #ccc;
}
#navi ul.navroot li ul li.active>a {
	color: #000;
	background-color: #e2e2e2;
}
#navi ul.navroot li ul li ul li.active>a {
	color: #000;
	background-color: #e2e2e2;
}

* html #navi ul.navroot li.active a {color: #000; background-color: #ccc; }
* html #navi ul.navroot li.active ul li.active a {color: #000; background-color: #e2e2e2;}
* html #navi ul.navroot li.active ul li.active ul li.active a {color: #000; background-color: #e2e2e2;}

* html #navi ul.navroot li a {height: 1%; background-color: transparent;}
* html #navi ul.navroot li ul li a {height: 1%; background-color: #fff;}
* html #navi ul.navroot li ul li ul li a {height: 1%; background-color: #fff;}


* html #navi ul.navroot li.active ul li a {color: #000; background-color: #fff;}
* html #navi ul.navroot li.active ul li.active ul li a {color: #000; background-color: #fff;}

/* ---= end navi =--- */