/* --- menu styles ---
note:
    not all browsers render styles the same way so try out your style sheet
    on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
    font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 1px;
    color: #3b527e;
}
.m0l0iover {
    font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 1px;
    color: #ff6e1f;
}

/* level 0 outer */
.m0l0oout {
    text-decoration : none;
    border : 1px solid #e0e0e0;
    background: #f5f5f5;
}
.m0l0oover {
    text-decoration : none;
    border : 1px solid #e0e0e0;
    background: #ffffff;
}

/* level 1 inner */
.m0l1iout {
    font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 1px;
    color: #3b527e;
}
.m0l1iover {
    font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 1px;
    color: #ff6e1f;
}

/* level 1 outer */
.m0l1oout {
    text-decoration : none;
    border : 1px solid #e0e0e0;
    background: #f5f5f5;
}
.m0l1oover {
    text-decoration : none;
    border : 1px solid #e0e0e0;
    background: #ffffff;
}