/* The div enclosing the menu */
.MyMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #512400;
	text-decoration: none;
	float: left;
	margin-right: none;
	width: 200px;
}

/* Every anchor tags in our menu */
.MyMenu a {
	display: block;
/*	border-bottom: 2px solid #420000;*/
/*	border-left: 2px solid #420000;*/
/*	border-right: 2px solid #420000;*/
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-weight: normal;
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	border-top: none;
}

/* 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 {
/*	background-position: 1.6em 0.2em; */
	background-position: 5em 5em;
	margin-left: 0;
	padding-right: 15px;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
}

/* 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 {
	color: #FF0000;
	background-image: url(bullet7.gif);
	background-position: right center;
}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active {
	font-weight: normal;
	text-decoration: none;
	color: #512400;
	background-color:#FF9900;
	border-bottom: #f9dfc8 solid 1px;
	text-indent: 10px;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
	color:  #FFFFFF;
	background-color: #B35000;
	background-repeat: no-repeat;
	background-position: right center;
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
	color:  #FFFFFF;
	background-color: #B35000;
	background-repeat: no-repeat;
	background-position: right center;
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	font-weight: normal;
	color:  #FFFFFF;
	background-color:#B35000;
}

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

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