

#mm div {
        display: none;
        position: relative;
        width: 210px;
        margin-top: 30px;
        padding: 0px;
        margin-left: 0px;
        text-align: left;
        border: 1px solid black;
        background-color: #eeeeee;
}

#mm a {
/*       font-family: Verdana, Arial, Helvetica, sans-serif;*/
        font-weight: bold;
        display: block;
        line-height: 30px;
        height: 30px;
/*        color: black;*/
        background-image: url(../izo/back_menu.jpg);
        background-color: #eeeeee;
}

#mm a:Hover {
        background-color: #3399ee;
        color: #ffffff;
        text-decoration: none;
        background-image: url(../izo/back_menu2.jpg);
}

#mm a.sub {
        width: 100%;
        height: 20px;
        line-height: 20px;
        background-color:#eeeeee;
        border-bottom: 1px solid #cccccc;
        display: block;
        padding-left: 10px;
        color: black;
        font-size: 95%;
        background-image: none;
        font-weight: bold;
        text-decoration: none;
}

#mm a.sub:Hover{
        background-color:#CCCCCC;
        border-left: 3px solid #000000;
}

