/*******************/
/***** Ebene 0 *****/
/*******************/

.MenuVerlinkung {
   padding-left: 15px;
   margin: 0px;
   list-style: none;
   list-style-image: none;
}

.MenuVerlinkung li {
   float: left;
   position: relative;
   padding: 0;
   margin-top: 5px;
   /* border-top: 1px solid #c2bfc0;*/
   background-position: top center;
   background-repeat: repeat-y;
   border-right:  1px double #587b63;
   list-style-type: none;   
}

.MenuVerlinkung li.firstLi{
   display: block;
   background-color: transparent;
   background-position: top center;
   background-repeat: no-repeat;
}

.MenuVerlinkung li.lastLi{
   display: block;
   background-color: transparent;
   background-position: top center;
   background-repeat: no-repeat;
   border: none;
}


.MenuVerlinkung a,
.MenuVerlinkung a:link,
.MenuVerlinkung a:visited {
   color: #587b63;
   font-size: 92%;
   display: block;
   padding: 4px 8px 4px 8px;
   text-decoration: none;
   font-weight: normal;    
}

.MenuVerlinkung a:focus,
.MenuVerlinkung a:hover,
.MenuVerlinkung a:active,
.MenuVerlinkung a.selected,
.MenuVerlinkung a.selected:link,
.MenuVerlinkung a.selected:visited,
.MenuVerlinkung a.selected:focus,
.MenuVerlinkung a.selected:hover,
.MenuVerlinkung a.selected:active{
   text-decoration: underline;
   background-color: #30B44A;
   color: #fff;
   
}

