/* --- 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-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
                line-height: 90%;
        text-decoration: none;
        padding: 4px;
        color: #cc3333; /* LEVEL 1 Menu Font Color */
}
.m0l0iover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
                line-height: 90%;
        text-decoration: underline;
        padding: 4px;
        color: #cc3333;  /* LEVEL 1 Menu Font Color on Rollover */
        background: transparent;
}


 level 0 outer */
.m0l0oout {
        text-decoration : none;
        border : 1px solid #ffffff;
        background: transparent; 
}
.m0l0oover {
        text-decoration : underline;
        border : none;
        background: transparent;  
}

/* level 1 inner */
.m0l1iout {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
                text-decoration: none;
        padding: 4px;
        color: #ffffff; /* FONT COLOR - Drop Down Menu */
                background: #342873; /* BACKGROUND COLOR (BLUE) - Drop Down Menu*/
                filter: alpha(opacity=84);
}
.m0l1iover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
                text-decoration : none;
        padding: 4px;
        color: #640000; /* HILITED FONT COLOR - Drop Down Menu */
                background: #ffffff; /* HILITED BACKGROUND (WHITE) - Drop Down Menu*/
                filter: alpha(opacity=84);
}

/* level 1 outer */
.m0l1oout {
        text-decoration : none;
        border : 1px solid #bcbcbc;
        background: #d7edff;
        filter: alpha(opacity=94);
}
.m0l1oover {
        text-decoration : none;
        border : 1px solid #7c7c7c;
        background: #FCF0D0;
}

/* level 2 inner */
.m0l2iover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
                text-decoration : none;
        padding: 4px;
        color: #000000;
}

/* level 2 outer */
.m0l2oout {
        text-decoration : none;
        border : 1px solid #a4f5ff;
        background: #B44646;
}
.m0l2oover {
        text-decoration : none;
        border : 1px solid #a4f5ff;
        background: #E55A5A;
}