/* The div enclosing the menu */
.MyMenu {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 0em;
	width: 189px;
	text-align: left;
	color: #04125D;
	text-indent: 0px;
}

/* Every anchor tags in our menu */
.MyMenu a {
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: normal;
	color: #04125D;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	border-top-style: none;
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	border-top-width: 2px;
	border-top-style: none;
	background-position: right 1px;
	background-image: none;
}

/* Like above, but only for second menu level and below */
.MyMenu li li a.WebYepMenuFirstItem {
	border-top: none;
	font-weight: normal;
	background-image: none;
	background-position: right top;
}

/* All menu item's anchor tags of second menu level */
.MyMenu li li a {
	padding-left: 3em;
	background-position: right top;
	line-height: 12px;
	letter-spacing: 0em;
	background-image: none;
}

.MyMenu li li a:hover {
	color: #04125D;
	font-weight: bolder;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 4.5em;
	background-image: none;
	background-position: right;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 6em;
	background-position: right;
	background-image: url(bilder/triangle_x.gif);
}

/* All anchor tags that are menu tree titles */
.MyMenu a.WebYepMenuTitle {
	background-image: url(triangle.gif);
	background-position: right top;
}

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.WebYepMenuTitleExpanded {
	background-position: right top;
	font-weight: bolder;
	color: #89001A;
}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active  {
	text-decoration: none;
	color: #04125D;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 22px;
	line-height: 14px;
}


/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
	color:  #990000;
	font-weight: bold;
	background-image: url(triangle2.gif);
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
	color:  #04125D;
	font-weight: bolder;
	background-image: url(triangle2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	color: #990000;
	font-weight: bolder;
	background-image: url(triangle2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

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

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
