/* The div enclosing the menu */
.MyMenu {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #000000;
   float: left;
   margin-left:  0px;
   margin-right: 0px;
   margin-bottom: 2px;
   margin-top:  2px;
   padding-bottom: 2px; 
   padding-top: 2px; 
   line-height: 22px;

}

/* Normal items */
.MyMenu li.WebYepMenuItem {
   font-weight: normal;
}

/* The tree titles */
.MyMenu li.WebYepMenuTitle {
   font-weight: normal;
   margin-bottom: 5px;
   padding-bottom: 5px; 
   padding-top: 5px; 
}

/* All items */
.MyMenu li {
   list-style-position: inside;
   list-style-type: none;
   font-size: 1em;
   margin: 0px 0px 0px 0px;
   font-color: black
   padding: 0px;
}

/* All trees */
.MyMenu ul {
   padding-bottom: 2px; 
   padding-top: 2px; 
   margin: 0px 0px 0px 0px;
   TEXT-DECORATION: none;
}

/* Second level trees */
.MyMenu ul ul {
   margin-left:  10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-top:  0px;
   padding-bottom: 0px; 
   padding-top: 0px; 
   line-height: 20px;
   font-family: Verdana, Geneva, sans-serif;
   font-size:   11px;
   font-weight: normal;
}

/* Trees of third level and below */
.MyMenu ul ul ul {
   font-size: 0.8em;
}

/* The first item in each submenu */
.MyMenu li li.WebYepMenuFirstItem {
   margin-top: 0;
   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: #0000FF;
}

/* The actual link of the currently selected item */
.MyMenu .WebYepMenuCurrentItem a:link, .MyMenu .WebYepMenuCurrentItem a:visited, .MyMenu .WebYepMenuCurrentItem a:active {
	text-decoration: none;
	color: #0000FF;
}

/* The actual link of the currently selected item when hovering */
.MyMenu .WebYepMenuCurrentItem a:hover {
	color: #000000;
}

/* Normal text */
.normal {
	FONT-SIZE: 12px; 
      COLOR: #000000; 
      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
      TEXT-DECORATION: none
}

/* The text which is the contact on each side*/
.braunklein {
	FONT-SIZE: 11px; 
      COLOR: #990000; 
      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
      TEXT-DECORATION: none
}