.main_menu_table td {
    padding: 0px 7px 0px 7px;
}
.passive .main_menu_item, .main_menu_item {
    text-align: center;
    font: 11px Tahoma;
    font-weight: 600;
    color: #5A5A5A;
}
.active .main_menu_item {
    text-align: center;
    font: 11px Tahoma;
    font-weight: 600;
    color: #F95F19;
}
.main_menu_table a {
    text-decoration: none;
}
.passive .main_menu_item_underline, .main_menu_item_underline {
    height: 7px;
    background: url("/images/menus/passive_background.jpg") repeat-x;
    font-size: 1px;
}
.passive .main_menu_item_underline div, .main_menu_item_underline div {
    height: 7px;
    background: url("/images/menus/passive_left.jpg") left no-repeat;
    font-size: 1px;
}
.passive .main_menu_item_underline div div, .main_menu_item_underline div div {
    height: 7px;
    background: url("/images/menus/passive_right.jpg") right no-repeat;
    font-size: 1px;
}
.active .main_menu_item_underline {
    height: 7px;
    background: url("/images/menus/active_background.jpg") repeat-x;
    font-size: 1px;
}
.active .main_menu_item_underline div {
    height: 7px;
    background: url("/images/menus/active_left.jpg") left no-repeat;
    font-size: 1px;
}
.active .main_menu_item_underline div div {
    height: 7px;
    background: url("/images/menus/active_right.jpg") right no-repeat;
    font-size: 1px;
}

.bottom_menu_main_table {
    width: 100%;
    height: 100%;
}
.bottom_menu_item_table {
    width: 100%;
    height: 100%;
}
.bottom_menu_item_header {
    color: #FE3D10;
    font-family: Tahoma;
    font-weight: 600;
    margin: 0px;
    padding: 2px;
}
.bottom_menu_item_comment {
    margin: 0px;
    padding: 2px;    
}
.bottom_menu_item_table a {
    text-decoration: underline;
    color: #FE3D10;
}
.bottom_menu_item_table a:hover {
    text-decoration: none;
}