/*------------------navigation-----------------*/

#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
}

#navi ul li ul li a {
	background-position: 11px;
	text-align:left; 
	color: #000;
	padding: 3px 0px 3px 18px;
	font-weight: normal;
}


#navi ul li ul li ul li a {
	font-size: 11px;
	background-image: none;
	text-align:left; 
	color: #000;
	padding: 2px 0px 1px 33px;
}

#navi ul li a:hover,
#navi ul li.active>a {
	background-image: url(/pictures/bg_nav.gif);
	background-repat: no-repeat;
	background-color: #e5e5e5;
}

#navi ul li ul li a:hover,
#navi ul li ul li.active>a {
	color: #000;
	border: 0;
	background-color: #fff5C0;
	background-image: none;
}

#navi ul li ul li ul li a:hover,
#navi ul li ul li ul li.active>a {
	background-image: url(/pictures/subnav_rollover.gif);
	background-position: 11px;
	background-repeat: no-repeat;
	color: #DE1D22;
	border: 0;
	background-color: #fff;
}

* html #navi ul li a:hover {
	background-image: url(/pictures/bg_nav.gif);
	background-repat: no-repeat;
	background-color: #e5e5e5;
}

* html #navi ul.navroot li.active a {
	background-image: url(/pictures/bg_nav.gif);
	background-repat: no-repeat;
	background-color: #e5e5e5;
}

* html #navi ul.navroot li.active ul li.active a {
	color: #000;
	border: 0;
	background-color: #fff5C0;
	background-image: none;
}

* html #navi ul.navroot li.active ul li.active ul li.active a {background-image: url(/pictures/subnav_rollover.gif);
	background-image: url(/pictures/subnav_rollover.gif);
	background-position: 11px;
	background-repeat: no-repeat;
	color: #DE1D22;
	border: 0;
	background-color: #fff;
}

* html #navi ul.navroot li a {height: 1%; }
* html #navi ul.navroot li ul li a {height: 1%;}
* html #navi ul.navroot li ul li ul li a {height: 1%;}


* html #navi ul.navroot li.active ul li a {
background-color: #fff;
background-image: none;}

* html #navi ul.navroot li.active ul li.active ul li a {color: #000; background-color: #fff;}

* html #navi ul.navroot li ul li a:hover {background-color: #FFF5C0;}

* html #navi ul.navroot li ul li ul li a:hover {background-color: #FFF5C0;}

