/* 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;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
    background: #003466;    /* darkblue */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
    background: #00407b;    /* lighter_darkblue */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;       /* reduce default padding */
    padding-bottom: 3px;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
    background: #00407b;
    padding-left: 10px;
    padding-right: 10px;
    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: #00ccff;         /* lightblue */
}


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

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

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