######
#
# Snippets by http://typo3.intervation.de/index.php?id=1
#
#navi-wrapper {
	line-height : normal;
	text-align: left;
	height:auto;
	overflow:hidden;
	width: 100%;
}
#navi-wrapper ul {
	list-style-type : none;
	margin-right : 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align:right;
	display:inline;
}
#navi-wrapper li {
	display : inline;
	margin : 0;
	padding : 0;
	padding-left: 60px;
}

#navi-wrapper a  {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#navi-wrapper a:hover {
  color: #fff;
}

#yymenu a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin: 0px;
	border-bottom: solid 1px #FFF;
	background: #2b2b2b;
	font: bold 11px Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}
#yymenu a.last {
	border-style: none;
}
#yymenu  {
	background: #2b2b2b;
}

#yymenu a:hover {
	color: #64cae0;
	background-color: #fff;
}
.mmLevel1, .mmLevel2{
	padding-top:0px;
	margin-bottom:10px;
	/*border: 2px solid #8594a0;*/
}
#yymenu .sub {
	background-image: url(../images/ypmenu_pfeilg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

