/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */

.mmContent DIV A {
        font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
        font-weight: bold;
        line-height: 11px;
        padding: 5px;
        text-decoration: none;
        display: block;
        color: #000000;
        background: #FF9E11;
        margin: 0px 0px 0px 0px;
        border-bottom: solid 1px #000000;
}

.mmContent DIV A:active {
        background: #FDBB5A;
        color: #000000;
}

.mmContent DIV A:visited {
        background: #FDBB5A;
        color: #000000;
}

/* für IE >5 */
* html .mmContent DIV A {
        width: 177px; /* für IE 6 */
        -moz-opacity:.9; /* für IE 5.5+ */
        filter:alpha(opacity=90); /* für IE 5.5+ */
}

.mmContent DIV.mmlink A.submenu {
        background: #FDBB5A url(images/menu_sub.gif) top right no-repeat;
        color: #000000;
}

.mmContent DIV.mmlink A.submenu:hover {
        background: #ffffff url(images/menu_sub.gif) bottom right no-repeat;
        color: #000000;
}

.mmContent[id] DIV.mmlink A.submenu {
        background: url(images/menu_sub.png) top right no-repeat;
        color: #000000;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
        background: url(images/menu_sub.png) bottom right no-repeat;
        color: #000000;
}

.mmContent DIV.mmlink A:hover {
        background: #ffffff;
        color: #000000;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
        background: url(images/menu.png) top right no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
        background: url(images/menu.png) bottom right no-repeat;
}
