/* The div enclosing the menu */
.MyMenu {
	font-family: 'The Sans', Verdana, 'Arial Narrow', Arial, Helvetica, sans-serif;
	float: none;
	text-decoration: none;
	text-transform: none;
}

/* Normal items */
.MyMenu li.WebYepMenuItem {
	font-weight: normal;
}

/* All items */
.MyMenu li {
   list-style-image: url(bullet.gif);
   font-size: 14px;
   padding: 1px 0px 1px 0px;
   margin: 0px 0px 0px 30px;
}

/* The currently selected item */
.MyMenu li.WebYepMenuCurrentItem {
	font-weight: normal;
	list-style-image: url(bullet_high.gif);
}

/* The tree titles */
.MyMenu li.WebYepMenuTitle {
	font-weight: bold;
	padding-bottom: 5px;
}

/* All trees */
.MyMenu ul {
   margin: 0;
   padding: 0 0 10px 0;
}

/* Second level trees */
.MyMenu ul ul {
   padding: 0 0 0 20px;
   font-size: 0.9em;
}

/* Trees of third level and below */
.MyMenu ul ul ul {
   font-size: 0.8em;
}

/* Items of second level and below */
.MyMenu li li {
   border: none;
   margin-left: 0px;
}

/* The first item in each tree, second menu level and below */
.MyMenu li li.WebYepMenuFirstItem {
   padding-top: 0px;
}

/* The actual links */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active {
	text-decoration: none;
	color: #000000;
}

/* The actual links when hovering */
.MyMenu a:hover {
	color: #bf0000;
}

/* The actual link of the currently selected item */
.MyMenu li.WebYepMenuCurrentItem a:link, .MyMenu li.WebYepMenuCurrentItem a:visited, .MyMenu li.WebYepMenuCurrentItem a:active {
	text-decoration: none;
	color: #000000;
}

/* The actual link of the currently selected item when hovering */
.MyMenu li.WebYepMenuCurrentItem a:hover {
	color: #bf0000;
}
