#MenuMain {
   position: relative;
   list-style: none;
   font-size: 100%;
   background-color: #fff;
}

#MenuMain li {
   position: relative;
   margin:  4px 0 4px 0;
}

#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited {
   position: relative;
   color: #333;
   text-decoration: none;
   display: block;
   padding: 4px 0 4px 25px;
   border-bottom: 1px solid #DBDCDE;
   background-image: url("../images/bg_menu_a.gif");
   background-position: 0 10px;
   background-repeat: no-repeat;
  
}

#MenuMain a:focus,
#MenuMain a:hover,
#MenuMain a:active,
#MenuMain a.selected,
#MenuMain a.selected:link,
#MenuMain a.selected:visited,
#MenuMain a.selected:focus,
#MenuMain a.selected:hover,
#MenuMain a.selected:active {
   color: #4B3188;
   text-decoration: none;
   border-bottom: 1px solid #4B3188;
   background-image: url("../images/bg_menu_ahover.gif");
   background-position: 0 10px;
   
}

/********************************************/
/* Ebene 2                                  */
/********************************************/
#MenuMain ul{
   position: relative;
   margin: 3px 0 0 15px;
   list-style: none;
}

#MenuMain ul li {
    margin:  4px 0 4px 0;
   display: block;
}

#MenuMain ul a,
#MenuMain ul a:link,
#MenuMain ul a:visited {
   color:#333;
   text-decoration: none;
   display: block;
   padding: 4px 0 4px 25px;
   border: 0 none;
   border-bottom: 1px solid #DBDCDE;
   background-image: url("../images/bg_sub_a.gif");
   background-position: 0 12px;
   background-repeat: no-repeat;
}

#MenuMain ul a:focus,
#MenuMain ul a:hover,
#MenuMain ul a:active,
#MenuMain ul a.selected,
#MenuMain ul a.selected:link,
#MenuMain ul a.selected:visited,
#MenuMain ul a.selected:focus,
#MenuMain ul a.selected:hover,
#MenuMain ul a.selected:active {
   border-bottom: 1px solid #4B3188;
   color: #4B3188;
   text-decoration: none;
   background-image: url("../images/bg_sub_ahover.gif");
   background-position: 0 12px;
}

/********************************************/
/* Ebene 3                                 */
/********************************************/
#MenuMain ul ul{
   position: relative;
   margin: 3px 0 0 20px;
   list-style: none;
}

#MenuMain ul ul li  {
    margin:  4px 0 4px ;
   display: block;
}

#MenuMain ul ul a,
#MenuMain ul ul a:link,
#MenuMain ul ul a:visited {
   color: #333;
   text-decoration: none;
   display: block;
   padding: 4px 0 4px 25px;
   border-bottom: 1px solid  #DBDCDE;
   background-image: url("../images/bg_subsub_a.gif");
   background-position: 0 14px;
   background-repeat: no-repeat;
}

#MenuMain ul ul a:focus,
#MenuMain ul ul a:hover,
#MenuMain ul ul a:active,
#MenuMain ul ul a.selected,
#MenuMain ul ul a.selected:link,
#MenuMain ul ul a.selected:visited,
#MenuMain ul ul a.selected:hover,
#MenuMain ul ul a.selected:active {
   color: #4B3188;
   text-decoration: none;
   border-bottom: 1px solid #4B3188;
   background-image: url("../images/bg_subsub_ahover.gif");
   
}

