/* The div enclosing the menu */
.Nav {
   font-family: Helvetica, sans-serif; 
   font-size:.9em;
   line-height:1.1em;
   float: left;
   margin:0;
   
}

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

/* The tree titles */
.Nav li.WebYepMenuTitle {
	font-weight: normal;
	margin: 0 5px 10px 0; 
	background-color: transparent; 
	background-image:url(images/bullet.gif); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left;
}
   
.Nav li.WebYepMenuTitleExpanded {
   font-weight: bold;
   background-color: transparent;
   background-image:url(images/bullet_high.gif);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: left 2px;
   border-bottom:solid 1px #999999;
}

/* All items */
.Nav li {
	display:inline;
   list-style-position: inside;
   list-style-type: none;
   font-size: 1em;
   margin: 0 0 5px 0;
   padding: 0;
}

/* All trees */
.Nav ul {
   padding: 0;
   margin: 0 5px 0 0;
   text-align:center;
}

/* Second level trees */
.Nav ul ul {
   padding: 3px 0 5px 0;
   margin:3px 0 0 0;
   font-size: 1em;
   line-height:1.3em;
   text-align:center;
   border-bottom:solid 1px #999999;
   border-top:solid 1px #999999;
}

/* Trees of third level and below */
.Nav ul ul ul {
   font-size: 0.9em;
   padding: 0 0 0 20px;
   text-align:center;
   margin: 0;
}

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

/* The actual links */
.Nav a:link, .Nav a:visited, .Nav a:active {
	text-decoration: none;
	color:#666;
	margin: 0 7px 0 0;
}

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

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

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

