/* Allgemeines */
#MyMenu2 {float:left; margin-right:0px; margin-left:0px; width:100%; background-repeat:no-repeat; padding:0px; text-transform:uppercase; }
/* 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; width:100%;}
/* Menütitel */
#MyMenu2 a.WebYepMenuTitle {color:#fff; background:#340103;}
/* Offene Menütitel */
#MyMenu2 a:link.WebYepMenuTitleExpanded, #MyMenu2 a:active.WebYepMenuTitleExpanded, #MyMenu2 a:hover.WebYepMenuTitleExpanded {
	color:#fff; font-weight:200; font-style:normal; background:#340103;}
/* hintergrund*/
#MyMenu2 a:link, .MyMenu a:visited { background-repeat:no-repeat; color:#fff; font-weight:200; font-style:normal; background:#340103; font-size:18px; line-height:26px;
	text-align: center;	text-decoration: none; padding: 5px 0 5px 0;}
/* Alle anderen Menüpunkte bei Mouseover */
#MyMenu2 a:hover {color:#fff; background:#f99d1b;	font-weight:normal; text-decoration: none;}
#MyMenu2 a:link.WebYepMenuCurrentPath, #MyMenu2 a:visited.WebYepMenuCurrentPath {
	color:#fff; text-decoration: none; background:#340103; /* 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:#f99d1b; font-weight:700;}
/* Aktiver Menüpunkt bei Mouseover*/
#MyMenu2 a:active {color:#fff; font-weight: normal;}
/* erster Menüpunkt  */
#MyMenu2 a.WebYepMenuFirstItem {border-top: 0px solid #0a40a0; 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: 20px; color:#fff; background:#340103;}
/* 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:#340103;}
#MyMenu2 li li a:link.WebYepMenuCurrentPath, #MyMenu2 li li a:visited.WebYepMenuCurrentPath {color:#fff; background: #a05d20;}
/* All menu item's anchor tags of second menu level */
#MyMenu2 li li a.WebYepMenuItem {color:#fff; font-size: 20px; padding: 5px 0 5px 0; background:#340103;}
/* 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:#340103;}
#MyMenu2 li li li a.WebYepMenuTitle {color:#fff; background:#340103; font-size:0.875rem;}
#MyMenu2 li li li a.WebYepMenuItem {font-size: 0.875rem; padding-left: 0px;display: none; background:#c97428;}
/* 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:#e38937;}
/* 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;}
/* Smartphones Landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
#MyMenu2 a:link, .MyMenu a:visited {padding: 5px 0 5px 0;}
#MyMenu2 li li a.WebYepMenuItem {padding: 5px 0 5px 0;}
}
/* Tabletts */
@media screen and (min-width: 768px) {
#MyMenu2 a {width:100%;}}