/* --- static menu styles ---
note:
        1. not all browsers render styles the same way so try out your style sheet
        on different browsers before publishing;
style naming convention:
        m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
        /*background-image: url("/i/menu.gif");*/
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration : none;
        color: #4d40ff;
        padding: 0px;
}
.m0l0o {
        text-decoration : none;
        border : none; /*1px solid #FFF2CA; */
        text-align: center;
        vertical-align: middle;
}
.m0l1i {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration : none;
        font-weight: bold;
        color: #4d40ff;
        padding: 2px;
}
.m0l1o {
        text-decoration : none;
/*        border : 0px solid #4d40ff;    */
        padding: 1px;
        filter: Alpha (Opacity = 93);
}
.m0l2i {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-decoration : none;
        color: #4d40ff;
        padding: 4px;
}
.m0l2o {
        text-decoration : none;
  /*      border : 0px solid #4d40ff;*/
        filter: Alpha (Opacity = 93);
}
