/* Allgemeines */
#MyMenu2 {float:left; margin-right:0px; margin-left:0px; width:100%; background-repeat:no-repeat; padding:11px; font-variant:small-caps;}
/* jeder Menüpunkt */
#MyMenu2 a {display: block; padding: 5px 0px 5px 0px; background-repeat: no-repeat;	background-position: 0px 0px; text-decoration:none; color:#fff; font-weight:200; 
			border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff;}
/* Menütitel */
#MyMenu2 a.WebYepMenuTitle {color:#fff; background:#3A5BA7;}
/* Offene Menütitel */
#MyMenu2 a:link.WebYepMenuTitleExpanded, #MyMenu2 a:active.WebYepMenuTitleExpanded, #MyMenu2 a:hover.WebYepMenuTitleExpanded {
	color:#fff; font-weight:200; font-style:normal; background:#3A5BA7;}
/* hintergrund*/
#MyMenu2 a:link, .MyMenu a:visited { background-repeat:no-repeat; color:#fff; font-weight:200; font-style:normal; background:#3A5BA7; font-size:20px; line-height:26px;
	text-align: center;	text-decoration: none;}
/* Alle anderen Menüpunkte bei Mouseover */
#MyMenu2 a:hover {color:#fff; background:#3A5BA7;	font-weight: normal; text-decoration: none;}
#MyMenu2 a:link.WebYepMenuCurrentPath, #MyMenu2 a:visited.WebYepMenuCurrentPath {
	color:#FFCD1F; text-decoration: none; background:#3A5BA7; /* 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:#FFCD1F; text-decoration: none; background:#3A5BA7; font-weight:400;}
/* Aktiver Menüpunkt bei Mouseover*/
#MyMenu2 a:active {color:#000; font-weight: normal;}
/* erster Menüpunkt  */
#MyMenu2 a.WebYepMenuFirstItem {border-top: 0px solid #3A5BA7; color:#fff}
/* 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:#000; background:#5476c6;}
/* Offene Menütitel 2te Ebene*/
#MyMenu2  li li a:link.WebYepMenuTitleExpanded, #MyMenu2  li li a:active.WebYepMenuTitleExpanded, #MyMenu2  li li a:hover.WebYepMenuTitleExpanded {color:#fff; background:#5476c6;}
#MyMenu2 li li a:link.WebYepMenuCurrentPath, #MyMenu2 li li a:visited.WebYepMenuCurrentPath {color:#fff; background: #5476c6;}
/* All menu item's anchor tags of second menu level */
#MyMenu2 li li a.WebYepMenuItem {color:#fff; font-size: 16px; padding-left: 0px; background:#5476c6;}
/* 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:#5476c6;}
#MyMenu2 li li li a.WebYepMenuTitle {color:#000; background:#5476c6; font-size:0.875rem;}
#MyMenu2 li li li a.WebYepMenuItem {font-size: 0.875rem; padding-left: 0px;display: none; background:#5476c6;}
/* 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:#5476c6;}
/* 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;}