/* Allgemeines */
#MyMenu2 {float:left; margin-right:0px; margin-left:0px; width:100%; background-repeat:no-repeat; padding:2px;}
/* jeder Menüpunkt */
#MyMenu2 a {display: block; padding: 5px 0px 5px 0px; background-repeat: no-repeat;	background-position: 0px 0px; text-decoration:none; color:#ddd; font-weight:normal; 
			border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff;}
/* Menütitel */
#MyMenu2 a.WebYepMenuTitle {color:#ddd; background:#2da746;}
/* Offene Menütitel */
#MyMenu2 a:link.WebYepMenuTitleExpanded, #MyMenu2 a:active.WebYepMenuTitleExpanded, #MyMenu2 a:hover.WebYepMenuTitleExpanded {
	color:#ddd; font-weight:normal; font-style:normal; background:#2da746;}
/* hintergrund*/
#MyMenu2 a:link, .MyMenu a:visited { background-repeat:no-repeat; color:#ddd; font-weight:normal; font-style:normal; background:#2da746; font-size:20px; line-height:26px;
	text-align: center;	text-decoration: none;}
/* Alle anderen Menüpunkte bei Mouseover */
#MyMenu2 a:hover {color:#fff; background:#349247;	font-weight: normal; text-decoration: none;}
#MyMenu2 a:link.WebYepMenuCurrentPath, #MyMenu2 a:visited.WebYepMenuCurrentPath {
	color:#ddd; text-decoration: none; background:#2da746; /* Farbe des offenen Menütitels bei aktivem Untermenüpunkt*/	font-weight: normal;}
/* Activer Menüpunkt Farbe */
#MyMenu2 a:link.WebYepMenuCurrentItem, #MyMenu2 a:visited.WebYepMenuCurrentItem {color:#fff; text-decoration: none; background:#349247; font-weight:normal;}
/* Aktiver Menüpunkt bei Mouseover*/
#MyMenu2 a:active {color:#ddd; font-weight: normal;}
/* erster Menüpunkt  */
#MyMenu2 a.WebYepMenuFirstItem {border-top: 0px solid #0a40a0; color:#ddd}
/* 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: 16px; color:#ddd; background:#28c648;}
/* Offene Menütitel 2te Ebene*/
#MyMenu2  li li a:link.WebYepMenuTitleExpanded, #MyMenu2  li li a:active.WebYepMenuTitleExpanded, #MyMenu2  li li a:hover.WebYepMenuTitleExpanded {color:#ddd; background:#28c648;}
#MyMenu2 li li a:link.WebYepMenuCurrentPath, #MyMenu2 li li a:visited.WebYepMenuCurrentPath {color:#ddd; background: #72a5db;}
/* All menu item's anchor tags of second menu level */
#MyMenu2 li li a.WebYepMenuItem {color:#ddd; font-size: 16px; padding-left: 0px; background:#28c648;}
/* 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:#28c648;}
#MyMenu2 li li li a.WebYepMenuTitle {color:#ddd; background:#28c648; font-size:0.875rem;}
#MyMenu2 li li li a.WebYepMenuItem {font-size: 0.875rem; padding-left: 0px;display: none; background:#28c648;}
/* XXXXXXXXXX 4te Ebene und folgend XXXXXXXXXX */
#MyMenu2 li li li li a.WebYepMenuItem {font-size:0.8rem; border-bottom:1px solid #fff; padding-left:0px; display:none; background:#FFF8C0;}
/* All trees */
#MyMenu2 ul {list-style-type: none; margin:0; padding:4px 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;}