/* The div enclosing the menu */
.leftmenustyle2 {
	font-family: sans-serif;
	float: left;
	margin-left: 16px;
	width: 177px;
}

/* Every anchor tags in our menu */
.leftmenustyle2 a {
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	font-weight: bold;
}

/* The anchor tags of each item that is first in its tree */
.leftmenustyle2 a.WebYepMenuFirstItem {
}

/* Like above, but only for second menu level and below */
.leftmenustyle2 li li a.WebYepMenuFirstItem {
}

/* All menu item's anchor tags of second menu level */
.leftmenustyle2 li li a {
	padding-left: 3em;
	background-position: 1.6em 0.2em;
}

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

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

/* All anchor tags that are menu tree titles */
.leftmenustyle2 a.WebYepMenuTitle {
}

/* All anchor tags that are menu tree titles of currently expanded trees */
.leftmenustyle2 a.WebYepMenuTitleExpanded {

}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.leftmenustyle2 a:link, .leftmenustyle2 a:visited, .leftmenustyle2 a:active {
	text-decoration: none;
	color: #8f8f91;
	background-color: #e3e4e6;
}

/* The anchor tag of the currently selected menu item */
.leftmenustyle2 a.WebYepMenuCurrentItem {
	color: #8f8f91;

}

/* The anchor tag of the currently selected menu item, when hovering */
.leftmenustyle2 a:hover.WebYepMenuCurrentItem {
}

/* All other anchor tags, when hovering */
.leftmenustyle2 a:hover {
	background-image: url(../images/arrowred.png);
	background-repeat: no-repeat;
	background-position: right center;
}

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

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