@charset "utf-8";
/* CSS Document */

/* Allgemeines */
#MyMenu2 {
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	width: 100%;
	background-repeat: no-repeat;
}

/* jeder Menüpunkt */
#MyMenu2 a {
	display: block;
	padding: 10px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cad3d6;
}

/* Menütitel */
#MyMenu2 a.WebYepMenuTitle {
	background-image: url(image/on.png);
	color:#fff;
}

/* Offene Menütitel */
#MyMenu2 a:link.WebYepMenuTitleExpanded,
#MyMenu2 a:active.WebYepMenuTitleExpanded {
	background-image: url(image/on.png);
	color: #fff;
	font-weight: normal;
	font-style: normal;
    background-color: #5fba49;
}
#MyMenu2 a:hover.WebYepMenuTitleExpanded {
	color: #4f6b75;
}

/* hintergrund*/
#MyMenu2 a:link, .MyMenu a:visited {
	background-repeat: no-repeat;
	background-image: url(image/off.png);
	color:#fff;
	font-weight: normal;
	font-style: normal;
    background-color: #5fba49;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

/* Alle anderen Menüpunkte bei Mouseover */
#MyMenu2 a:hover {
	color: #4f6b75;
    background-color: #5fba49;
	font-weight: bold;
	text-decoration: none;
	background-image: url(image/on.png);

}
#MyMenu2 a:link.WebYepMenuCurrentPath,
#MyMenu2 a:visited.WebYepMenuCurrentPath {
	color:#4f6b75;
	text-decoration: none;
    background-color: #5fba49;
	font-weight: bold;
	background-image: url(image/on.png);
}

/* Activer Menüpunkt Farbe */
#MyMenu2 a:link.WebYepMenuCurrentItem,
#MyMenu2 a:visited.WebYepMenuCurrentItem {
	color: #4f6b75;
	text-decoration: none;
    background-color: #5fba49;
	font-weight: bold;
	background-image: url(image/on.png);
}

/* Aktiver Menüpunkt bei Mouseover*/
#MyMenu2 a:active {
	background-image: url(image/on.png);
	color:  #c0e5f5;
	background-color: #b5d53b;
	font-weight: normal;
}

/* erster Menüpunkt  */
#MyMenu2 a.WebYepMenuFirstItem {
	border-top: 0px solid #684f2e;
}

/* 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.WebYepMenuTitle {
	font-size: 16px;
}
/* Offene Menütitel 2te Ebene*/
#MyMenu2  li li a:link.WebYepMenuTitleExpanded,
#MyMenu2  li li a:active.WebYepMenuTitleExpanded,
#MyMenu2  li li a:hover.WebYepMenuTitleExpanded {
	background-color: #5fba49;
}
#MyMenu2 li li a:link.WebYepMenuCurrentPath,
#MyMenu2 li li a:visited.WebYepMenuCurrentPath {
	background-color: #5fba49;
}
/* All menu item's anchor tags of second menu level */
#MyMenu2 li li a.WebYepMenuItem{
	font-size: 16px;
	padding-left: 0px;
	background-color: #5fba49;
}

/* All menu item's anchor tags of third menu level */
#MyMenu2 li li li a.WebYepMenuItem{
	font-size: 16px; 
	padding-left: 0px;
	display: none;
}

/* All menu item's anchor tags of fourth menu level and below */
#MyMenu2 li li li li a.WebYepMenuItem{
	font-size: 16px; 
	padding-left: 0px;
	display: none;
}

/* All trees */
#MyMenu2 ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
#MyMenu2 li {
	margin: 0;
	padding: 0;
	display: inline;
}