ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation ul.levelone li a {
	line-height: 15px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

div#navigation ul.leveltwo li a {
	line-height: 20px;
	height: 20px;
	font-size: 12px;
}

/*Erste Ebene */	
div#navigation ul.levelone li a:link, div#navigation ul.levelone li a:visited {
	color: #AD2329;
	display: block;
	background: url(../images/menu4original.gif);
	padding: 8px 0 0 35px;
}

/*Zweite Ebene*/
div#navigation ul.leveltwo li a:link, div#navigation ul.leveltwo li a:visited {
	padding: 0;
	background: transparent;
	color: #fff;
}
	
div#navigation ul.levelone li a:hover {
	color: #e3e3e3;
	background: url(../images/menu4original.gif) 0 -30px;
	padding: 8px 0 0 35px;
}

div#navigation ul.leveltwo li a:hover {
	color: #AD2329;
	text-decoration: underline;
	padding: 0;
	background: none;
}

ul.csc-menu li a:hover {
	background: #F0F0F0;
}
	
div#navigation ul.levelone li a:active {
	color: #e3e3e3;
	background: url(../images/menu4original.gif) 0 -60px;
	padding: 8px 0 0 35px;
}

div#navigation ul.leveltwo li a:active {
	color: #fff;
	padding: 0;
	background: none;
}

ul#subnavi li {
	font-weight: normal;
	background: none;
}

ul.levelone {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 203px; /* Width of Menu Items */
}

ul.leveltwo {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: none;
	position: absolute;
	top: 0;
	left: 202px;
	z-index: 1000;
	width: 210px;
	font-size: 11px;
	background: transparent url(../images/black-trans.png);
	padding: 10px;
	border: none;
}

ul.levelthree {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: none;
	position: absolute;
	top: 0px;
	left: 202px;
	z-index: 1000;
	width: 210px;
	font-size: 11px;
	background: transparent url(../images/black-trans.png);
	padding: 10px;
	border: none;
}

ul li {
	position: relative;
}
	

/* Styles for Menu Items */

ul.levelone li {
	line-height: 29px;
}

ul.levelone li a {
	font-weight: normal;
	display: block;
	text-decoration: none;
	border-bottom: 0;
}

ul.leveltwo li a {
	background: transparent:
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	
ul.levelone li:hover ul.leveltwo, ul.levelone li.over ul.leveltwo { display: block; }	
ul.leveltwo li:hover ul.levelthree, ul.leveltwo li.over ul.levelthree { display: block; }  /*  The magic */


.subitem_current a {
	color: #AD2329;
}

