#hauptmenue {
	line-height : normal;
	text-align: left;
	height:auto;
	overflow:hidden;
	width: 100%;
}

#hauptmenue ul {
	list-style-type : none;
	margin-right : 0;
	padding : 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align:right;
	display:inline;
}

#hauptmenue li {
	display : inline;
	margin : 0;
	padding : 0;
}

#yymenu a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #666;
	margin: 0px;
	/*border-bottom: solid 1px #FFF;*/
	border:0px;
	background-image:url(images/menue_bg.png);
	background-repeat:repeat-x repeat-y;
	font: bold 11px Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}

#yymenu a.last {
	border-style: none;
}

#yymenu  {
	background: orange;
}


#yymenu a:hover {
	color: #333;
}

.mmLevel1, .mmLevel2{
	padding-top:0px;
	margin-bottom:10px;
	/*border: 2px solid #ff9900;*/
	border:0px;
}

#yymenu .sub {
	background-image: url(images/ypmenu_pfeilg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

