/* The div enclosing the menu */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0em;
	width: 200px;
	background-color: #ECEBD6;
	color: #1C1574;
}

/* Every anchor tags in our menu */
.MyMenu a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.0em;
	background-color: #ECEBD6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1C1574;
	border-right-color: #1C1574;
	border-bottom-color: #1C1574;
	border-left-color: #1C1574;
	color: #1C1574;
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1C1574;
	color: #1C1574;
}

/* Like above, but only for second menu level and below */
.MyMenu li li a.WebYepMenuFirstItem {
	border-top: none;
}

/* All menu item's anchor tags of second menu level */
.MyMenu li li a {
	padding-left: 3.5em;
	background-position: left center;
	background-image: url(triangle.gif);
	background-color: #A4B5E0;
}

/* Mouseover ausklappmenue */
.MyMenu li li a:hover {
	padding-left: 3.5em;
	background-position: left center;
	background-image: url(triangle2.gif);
	background-color: #E0DEBE;
	color: #004080;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 4.5em;
	background-color: #ECEBD6;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 3em;
}

/* All anchor tags that are menu tree titles */
.MyMenu a.WebYepMenuTitle {
	background-image: none;
}

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.WebYepMenuTitleExpanded {
	background-image: none;
	background-position: left center;
}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:active, .MyMenu a:visited {
	text-decoration: none;
	color: #1C1574;
	background-color: #ECEBD6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
	color:  #1C1574;
	background-image: none;
	background-position: left center;
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
	color:  #BAC9EA;
	background-image: none;
	background-color: #1C1574;
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	background-color: #1C1574;
	color: #7E93CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: none;
}

/* All other anchor tags, when active 
.MyMenu a:active {
	background-color: #E2DCBA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(triangle2.gif);
} */

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
	background-image: none;
	background-position: left center;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: none;
	background-position: left center;
}
