/* Allgemeines */
#MyMenu2 {float:left; margin-right:0px; margin-left:0px; width:100%; background-repeat:no-repeat; padding:0px; text-transform:uppercase; background: #ccc; }
/* jeder Menüpunkt */
#MyMenu2 a {display: block; font-family: Open Sans, sans-serif; font-size:1.2rem; line-height:1.4rem; font-weight:700; padding: 5px 0px 5px 0px; background-repeat: no-repeat;	background-position: 0px 0px; text-decoration:none; color:#000; 
			border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff;}
/* Menütitel */
#MyMenu2 a.WebYepMenuTitle {color:#000; background:#ccc;}
/* Offene Menütitel */
#MyMenu2 a:link.WebYepMenuTitleExpanded, #MyMenu2 a:active.WebYepMenuTitleExpanded, #MyMenu2 a:hover.WebYepMenuTitleExpanded {
	color:#000; font-weight:700; font-style:normal; background:#ccc;}
/* hintergrund*/
#MyMenu2 a:link, .MyMenu a:visited { background-repeat:no-repeat; color:#000; font-weight:700; font-style:normal; background:#ccc; font-size:1.2rem; line-height:26px;
	text-align: center;	text-decoration: none;}
/* Alle anderen Menüpunkte bei Mouseover */
#MyMenu2 a:hover {color:#000; background:#ccc; font-weight: 700; text-decoration: none;}
#MyMenu2 a:link.WebYepMenuCurrentPath, #MyMenu2 a:visited.WebYepMenuCurrentPath {
	color:#130fff; text-decoration: none; background:#ddd; /* Farbe des offenen Menütitels bei aktivem Untermenüpunkt*/	font-weight: 700;}
/* Activer Menüpunkt Farbe */
#MyMenu2 a:link.WebYepMenuCurrentItem, #MyMenu2 a:visited.WebYepMenuCurrentItem {color:#ccc; text-decoration: none; background:#130fff; font-weight:700;}
/* Aktiver Menüpunkt bei Mouseover*/
#MyMenu2 a:active {color:#000; font-weight: 700;}
/* erster Menüpunkt  */
#MyMenu2 a.WebYepMenuFirstItem {border-top: 0px solid #0a40a0; color:#000}
/* Like above, but only for second menu level and below 
#MyMenu2 li li a.WebYepMenuFirstItem {border-top: none;}*/
/* Menütitel 2te Ebene*/
#MyMenu2 li li a:link, .MyMenu li li a:visited {line-height:24px;}
#MyMenu2 li li a.WebYepMenuTitle {font-size: 1.2rem; color:#000; background:#ddd;}
/* Offene Menütitel 2te Ebene*/
#MyMenu2  li li a:link.WebYepMenuTitleExpanded, #MyMenu2  li li a:active.WebYepMenuTitleExpanded, #MyMenu2  li li a:hover.WebYepMenuTitleExpanded {color:#000; background:#ccc;}
#MyMenu2 li li a:link.WebYepMenuCurrentPath, #MyMenu2 li li a:visited.WebYepMenuCurrentPath {color:#130fff; background: #ddd;}
/* All menu item's anchor tags of second menu level */
#MyMenu2 li li a.WebYepMenuItem {color:#000; font-size: 1.2rem; padding-left: 0px; background:#ddd;}
/* XXXXXXXXXX 3te Ebene XXXXXXXXXX */
#MyMenu2 li li li a:link.WebYepMenuTitleExpanded, #MyMenu2 li li li a:active.WebYepMenuTitleExpanded, #MyMenu2 li li li a:hover.WebYepMenuTitleExpanded {background:#ccc;}
#MyMenu2 li li li a.WebYepMenuTitle {color:#000; background:#ccc; font-size:1.2rem;}
#MyMenu2 li li li a.WebYepMenuItem {font-size:1.2rem; padding-left: 0px;display: none; background:#eee;}
/* XXXXXXXXXX 4te Ebene und folgend XXXXXXXXXX */
#MyMenu2 li li li li a.WebYepMenuItem {font-size:1.2rem; border-bottom:1px solid #fff; padding-left:0px; display:none; background:#eee;}
/* All trees */
#MyMenu2 ul {list-style-type: none; margin:0; padding:0 0 0 0;}
#MyMenu2 li li ul {list-style-type: none; margin:0;	padding:0px 0 0 0;}
/* All items */
#MyMenu2 li {margin: 0;	padding: 0;	display: inline;}