
/*
*CSS-Style to build slideoutmenu by Alex.Elsner <alex.elsner@cms-medien-design.de>
*/

.mmContent DIV A {
   font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
   font-weight: normal;
   line-height: 11px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 8px;
   padding-right: 0px;
   text-decoration: none;
   display: block;
   color: #333333;
   background: #FFFFFF;
   margin: 0px 0px 0px 0px;
   border-left: solid 1px #FF6400;
   z-index:1;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV A {
   background: #F0F0F0;
   color: #333333;
}

/* für IE >5 */
* html .mmContent DIV A {
   background: #F0F0F0;
   color: #333333;
}

.mmContent DIV.mmlink A:hover {
   background: #E1E1E1;
   color: #333333;
}
.mmContent DIV.mmlink A:active {
   background: #E1E1E1 url(/fileadmin/templates/images/nav_arrow.gif) no-repeat right 0px;
   color: #333333;
}

.mmContent DIV.mmlink A.submenu {
   background: #F0F0F0 url(/fileadmin/templates/images/nav_arrow.gif) no-repeat right 0px;
   color: #333333;
}
.mmContent DIV.mmlink A.submenu:hover {
   background: #E1E1E1 url(/fileadmin/templates/images/nav_arrow_over.gif) no-repeat right 0px;
   color: #333333;
}
