		/* Untermenü Hintergrundfarbe und Schriftfarbe */
		#yymenu a {
			background-color:#f9fafc;
			border-bottom:1px solid #ffffff;
			color:#84a9c9;
			display:block;
			font-family:Verdana,Arial,Helvetica,Geneva,SunSans-Regular;
			font-size:0.75em;
			font-weight:normal;
			margin:0px;
			padding:4px;
			text-decoration:none;
		}
		#yymenu a.last {
			border-style:none;
		}
		#yymenu {
			background-color:transparent;
		}
		#yymenu > div {
		}
		/* Untermenü Rollover Hintergrundfarbe und Schriftfarbe */
		#yymenu a:hover {
			background-color:#f9fafc;
			color:#ff6600;
		}
		
		#yymenu .mmContent div.mmlink a.submenu:hover {
		}
		#yymenu .mmLevel1, #yymenu .mmLevel2 {
			border-left:1px solid #4D6681;
			border-right:2px solid #4D6681;
			border-top:1px solid #4D6681;
			border-bottom:1px solid #4D6681;
			margin-bottom:10px;
			padding-top:0px;
		}
		#yymenu .sub {
			background-image:url(../../images/ypmenu_pfeilg.gif);
			background-position:right center;
			background-repeat:no-repeat;
		}
		#yymenu .mmContent {
		height:300px;
		}
			
		#yymenu .mmLevel1 {
		
		}
