.mainContainer {
    width: 100%;
}

.menuTable {
    margin: 0 auto;
}

.newMenu {
    width: 147px;
}

.newTitle {
    /*margin-left: 14px;*/
    color: #9e2a0c;
    font-size: 15px;/*11pt;*/
    font-weight: bold;
    margin-bottom: 1px;
}

.newItem {
    color: #444444;
    font-size: 14px;/*10pt;*/
    margin-left: 10px;
    line-height: 12pt;
}

.newItem:hover {
    color: #e58e1a;
    font-size: 14px;/*10pt;*/
    margin-left: 10px;
    line-height: 12pt;
}

.newItemHover_IE {
    color: #e58e1a;
    font-size: 14px;/*10pt;*/
    margin-left: 10px;
    line-height: 12pt;
}

.menuGroupContainer {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    width: 130px;
    margin-left: 12px;
}
