ul.dropdown {
    	list-style: none;
	marker-offset:0;
   	 margin:0;
    	padding:0;
   	 width:100%;
}

ul.dropdown * ul {
    	list-style: none;
	marker-offset:0;
   	 margin:0;
   	 padding: 0;
	display:none;
	position:absolute;
	z-index:99;
}

ul.dropdown li {
    	float:left;
   	 padding:0px; 
}

ul.dropdown li * li {
    float:none;
    position: relative;
    width:100%;     
}

ul.dropdown ul * ul {
    left:100%;
    top:0;
    width:100%; 
}

ul.dropdown a {
    	display:block;
}


ul.dropdown ul * a {
	width:167px;
}
* html ul.dropdown ul * a {
	width:167px;
	w\idth:167px;
}



ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul {
    	display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul {
    display:block;
}


ul.dropdown a {
    	background-color:#ff9900;
	color:#000000;
    	padding:3px;
    	text-decoration:none;
	text-align: left;
	width: 104px;
}
* html ul.dropdown a {
	width: 111px;
	w\idth: 111px;
}
ul.dropdown a.mainmenu_aktuell { 
	background-color:#Cc0000;
	color:#ffffff;
    	text-decoration:none;
  }
/*
#mainmenu_aktuell { 
	background-color:#Cc0000;
	color:#ffffff;
        font-style: bold;
    	padding:3px;
    	text-decoration:none;
	text-align: left;
	width: 104px;
}
* html mainmenu_aktuell {
	width: 111px;
	w\idth: 111px;
  }
*/
ul.dropdown a:hover
{
	background-color:#Cc0000;
	color:#ffffff;
    	text-decoration:none;


}

ul.dropdown ul {
	background-color:#Cc0000;
	text-decoration:none;

}

ul.dropdown ul a {
    background-color:#ff9900;
	color:#000000;
	padding:3px;
	text-decoration:none;
}

ul.dropdown ul a:hover {
    background-color:#Cc0000;
	color:#ffffff;
    	text-decoration:none;
}

ul.dropdown ul li {
	background-color:#ffffff;
    	text-decoration:none;
}
