/* The div enclosing the menu */
.MyMenu {
   font-family: Helvetica, sans-serif; float: left; padding:15px 15px 0 15px; line-height:1em; font-size:.9em; 
}

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

/* The tree titles */
.MyMenu li.WebYepMenuTitle {
   font-weight: normal;
   margin-bottom: 10px; 
   padding-left: 10px;
   background-color: transparent; background-image: url(images/submenu_bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50%; 
}
   
.MyMenu li.WebYepMenuTitleExpanded {
   font-weight: bold;
padding-left: 10px;
background-color: transparent;
background-image: url(images/submenu_bullet_ex.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left  5px;

}

/* All items */
.MyMenu li {
   list-style-position: inside;
   list-style-type: none;
   font-size: .9em;
   margin: 0 0 10px 0;
   padding: 0;
   
}

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

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

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

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

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

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

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

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

