/* The classnames used here must be set up in menu_tpl.js !!! */

/* Style for a block - DIV */
.m0table {
    /* background: #003466;      /* #00407b here creates a 1px menuborder! */ 
    text-align: left;
    border: 0;
}

/* Top-level */
/* Style for outer tag, mout (mouse out) state */
.m0l0mouto {
    /* background: #003466;    /* darkblue */
    padding-left: 10px;
    padding-right: 80px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}
/* Style for outer tag, mover (mouse over) state */
.m0l0movero {
    /* background: #00407b;    /* lighter_darkblue */
    padding-left: 10px;
    padding-right: 80px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}
/* Style for outer tag, mdown (mouse down) state */
.m0l0mdowno {
    /* background: #00407b; */ 
    padding-left: 10px;
    padding-right: 80px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}

/* Sub-levels */
/* Style for outer tag, mout (mouse out) state */
.m0l1mouto {
    background: #b2b2b2;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 80px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}
/* Style for outer tag, mover (mouse over) state */
.m0l1movero {
    background: #b2b2b2;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 80px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}
/* Style for outer tag, mdown (mouse down) state */
.m0l1mdowno {
    background: #b2b2b2;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 80px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}

/* This class can set up styles for inner tag, if all mouse states are to be equal */
/* (currently unused) */
.m0inner {
    font-family: Tahoma, MS Sans Serif, Verdana, Arial, sans-serif;
    font-size: 12px; 
    font-weight: bold;
    color: #f3f3f3;         /* def */
}


.m0mouti {
    font-family: Tahoma, MS Sans Serif, Verdana, Arial, sans-serif;
    font-size: 12px; 
    font-weight: bold;
    color: #454545;         /* mouseout */
}

.m0moveri {
    font-family: Tahoma, MS Sans Serif, Verdana, Arial, sans-serif;
    font-size: 12px; 
    font-weight: bold;
    color: #000000;         /* mouseover */
}

.m0mdowni {
    font-family: Tahoma, MS Sans Serif, Verdana, Arial, sans-serif;
    font-size: 12px; 
    font-weight: bold;
    color: #000000;         /* mousedown */
}

