/* The div enclosing the menu */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0;
	width: 612px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

/* Every anchor tags in our menu */
.MyMenu a {
	display: block;
	text-align: left;
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	background-image: url(../images/toplevelbg.jpg)!important;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:9px;
	background-repeat: repeat-y;
	background-position: left top;
}



/* Like above, but only for second menu level and below */
.MyMenu li li a.WebYepMenuFirstItem {
	float:left;
	padding-top:10px;
	padding-bottom:9px;
	padding-left:20px;
	padding-right:8px;
	display: block;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #F0F0F0;
}

/* All menu item's anchor tags of second menu level */
.MyMenu li li a {
	float:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:9px;
	padding-right:8px;
	display: block;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #F0F0F0;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	float:left;
	padding-left:20px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:9px;
	display: block;
	width: 175px;
	background-color: #C90;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #F0F0F0;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	float:left;
	padding-left:20px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:9px;
	display: block;
	width: 175px;
	background-color: #C90;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #F0F0F0;
	
}

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

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.WebYepMenuTitleExpanded {
	background-color: #8f8f91!important;
	background-image: url(../images/toplevelbg2.png)!important;
	color: #FFF!important;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/* 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: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
}

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

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	text-decoration: none;
	background-color: #8f8f91!important;
	background-image: url(../images/toplevelbg2.jpg)!important;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}

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

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