.menu {
        MARGIN: 0px;
        font: bold 8pt/11pt Arial, Helvetica, sans-serif;
        CURSOR: hand;
        background-color: #dcdcdc;
        color: #381E96;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
        padding: 3px;
}
.subMenu {
        MARGIN: 0px;
        font: 8pt/10pt Arial, Helvetica, sans-serif;
        CURSOR: hand;
        background-color: #F5F5F5;
		COLOR: #003399;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
        padding: 3px;
}

