#yymenu a {
			/*background-color:#F5F5F5;*/
			/*background: url(../images/menu_bg.png) no-repeat right bottom;*/
			color:#fff;
			display:block;
			font-family:Verdana,Arial,Helvetica,Geneva,SunSans-Regular;
			font-size:11px;
			font-weight:normal;
			margin:0px;
			padding: 2px 5px 2px 8px;
			text-decoration:none;
			border-width: 0px;
		}
		#yymenu a.last {
			border-style:none;
			padding: 2px 5px 5px 8px; 
		}
		#yymenu {
			background-color:#4D6681;
		}
		#yymenu > div {
			border: none;
		}
		#yymenu a:hover {
			color:#fff;
			padding: 2px 5px 2px 10px;
			text-decoration: underline;
		}
		#yymenu .mmContent div.mmlink a.submenu:hover {
		}
		
		#yymenu .mmLevel1, #yymenu .mmLevel2 {
			border: none;
			margin-bottom:10px;
			padding-top:0px;
		}
		#yymenu .sub {
			
		}
		#yymenu .mmContent {
		}
		#yymenu .mmLevel1 {
			border: none;
			background: url(../images/menu_bg.png) no-repeat right bottom;
		}
		
/*#hauptmenue ul li, #hauptmenue ul{
padding: 0px;
margin: 0px;
list-style-type:none;
}

#hauptmenue ul li {
display: block;
height: 25px;
background-color: red;
}*/

#hauptmenue {
float:left;
width:760px;
overflow:hidden;
padding-bottom: 0px;
margin-top: 60px;
}

#hauptmenue ul li a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 4px 8px;
   color: #fff;
}

#hauptmenue ul li a {
 	float: left;
 	background: url(../images/tableft.gif) no-repeat left top;
 	margin: 0;
 	padding: 0 0 0 4px;
 	text-decoration:none;
}

#hauptmenue ul li a:hover {
    display: block;
    background-position:0% -42px;
}

#hauptmenue ul li a:hover span {
   background-position:100% -42px;
   color: #fff;
}

#hauptmenue ul {
bottom: 0px;
list-style-type: none;
padding : 0;
text-align:right;
display:inline;
width:750px;
margin: 0 0 0 0px;
}
#hauptmenue li {
display : inline;
margin : 0;
padding : 0;
}
#hauptmenue a{
float:left; /* Abstand zur nächsten Box rechts */
text-decoration:none;
/*height:32px;*/
color:#fff;
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0 5px 0 0;
padding: 0 0 0 11px;

}

/*#hauptmenue a span{
float:left;
display:block;
font-weight:bold;
height:32 px;
padding: 8px 20px 2px 8px;
}*/

#hauptmenue a:hover, #hauptmenue a.level1-act{ /*onMouseover style*/
color: #000;
}

#hauptmenue a:hover span, #hauptmenue a.level1-act span{ /*onMouseover style*/
color: #000;
}