/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    margin: 8px 0 0 8px;
    color: #666666;
    padding: 0 0 5px;
}
.m0l0iover {
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    font-size: 14px;
    text-decoration: underline;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 8px 0 0 8px;
    color: #A9A9A9;
    border-bottom: 4px solid #ededed;
}

/* level 0 outer */
.m0l0oout {
    text-decoration : none;
    
}
.m0l0oover {
    text-decoration : none;
    border-bottom-color: #0FA6FA;
    padding: 0;
}

/* level 1 inner */
.m0l1iout {
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    font-size: 12px;
    margin: 6px 0 0 27px;
    color: #666666;
}
.m0l1iover {
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    margin: 6px 0 0 27px;
    font-size: 12px;
    color: #000;
}

/* level 1 outer */
.m0l1oout {
    text-decoration : none;
    background-color: #E9E9E9;
    border-radius: 4px;
    border-bottom-color: #A9A9A9;
    margin: 10px 0 0;
    padding: 5px 5px 5px;
}
.m0l1oover {
    margin: 10px 0 0;
    text-decoration : none;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 5px 5px 5px;
}