/* The div enclosing the menu */
.MyMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


	
}

/* Every anchor tags in our menu */
.MyMenu a {
	display: block;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 8px 8px 8px 2em;
	background-position: 0.3em 0.2em;

}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	border-top: 0px solid #ffffff;



}

/* 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 {
	padding-left: 3em;
	background-position: 1.6em 0.2em;

}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 4.5em;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 6em;
}

/* All anchor tags that are menu tree titles */
.MyMenu a.WebYepMenuTitle {
	background-image: url(triangle.gif);
	background-color: #999999;
		font-weight: bold;


}

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.WebYepMenuTitleExpanded {
	background-image: url(triangle_x.gif);
	background-color: #666666;



}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active {
	text-decoration: none;
	color: white;

}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
	color:  black;
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
	color:  yellow;
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {

}

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

}

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


}



.WebYepMenuItem {
	background-color: #6699CC;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 3px 3px 3px;

}
