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

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

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

/* Menütitel */
#MyMenu2 a.WebYepMenuTitle {
	color:#3f3f3f;
}

/* Offene Menütitel */
#MyMenu2 a:link.WebYepMenuTitleExpanded,
#MyMenu2 a:active.WebYepMenuTitleExpanded,
#MyMenu2 a:hover.WebYepMenuTitleExpanded {
	color: #3f3f3f;
	font-weight: normal;
	font-style: bold;
	background-color: transparent;
}

/* hintergrund*/
#MyMenu2 a:link, .MyMenu a:visited {
	color:#3f3f3f;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

/* Alle anderen Menüpunkte bei Mouseover */
#MyMenu2 a:hover {
	color: #3f3f3f;
	background-color: #f5dda5;
	font-weight: bold;
	text-decoration: none;

}
#MyMenu2 a:link.WebYepMenuCurrentPath,
#MyMenu2 a:visited.WebYepMenuCurrentPath {
	color: #3f3f3f;
	text-decoration: none;
	background-color: #f5dda5; /* Farbe des offenen Menütitels bei aktivem Untermenüpunkt*/
	font-weight: bold;
	background-image: url(image/on.png);
}

/* Activer Menüpunkt Farbe */
#MyMenu2 a:link.WebYepMenuCurrentItem,
#MyMenu2 a:visited.WebYepMenuCurrentItem {
	color: #3f3f3f;
	text-decoration: none;
	background-color: #f5dda5;
	font-weight: bold;
}

/* Aktiver Menüpunkt bei Mouseover*/
#MyMenu2 a:active {
	color:  #3f3f3f;
	background-color: #D0C6A4;
	font-weight: bold;
}

/* 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;
}*/

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

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

/* 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;
}

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

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