/* The div enclosing the menu */
.MyMenu {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

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

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

/* All items */
.MyMenu li {
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
	line-height: 16px;
	font-weight: bold;
}

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

/* Second level trees */
.MyMenu ul ul {
   padding: 0 0 0 5px;
}

/* Trees of third level and below */
.MyMenu ul ul ul {
}

/* The first item in each submenu */
.MyMenu li li.WebYepMenuFirstItem {
   margin-top: 0;
   padding-top: 5px;
}

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

/* The actual links when hovering */
.MyMenu a:hover {
	color: #3399CC;
	text-decoration: underline;
}

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

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