
#menu_container {
    border-bottom: 1px solid #888;
}

.menu_items_container {
    width: auto;
    border-left: 1px solid #888;
}

.menu_items_container td, .menu_items_container th {
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    border-bottom: none;
    font-weight: normal;
    padding: 5px 7px;
}

.menu_items_container td {
    background-color:#aaa;    
}

.menu_items_container th {
    background-color:#f0f0f0;        
}

.tab_link {
    text-decoration: none;
    color: white;
}

.selected_tab {  
    font-family: Verdana;
    display:block;
    position:relative;
    float:left;      
    font-weight: bold;
    background: #6a6a6a;
    color: white;
    font-size: 14px;
    padding: 15px 10px 15px 10px;
    border-right: 1px solid white;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.tab_container {
    height: auto;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background: #454545;
    overflow-y: auto;
}

.tab_button {
    display:block;
    position:relative;
    float:left;
    border-top: 1px solid transparent;
    border-left: none;
    border-bottom: 1px solid transparent ;
    border-right: 1px solid white;
    padding: 15px 10px 15px 10px;
    font-weight: bold;
    background: #454545;
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.tab_button:hover {
    color: white;
    outline: none;
    text-decoration: none;
}

.tab_button:visited {
    color: white;
    outline: none;
    text-decoration: none;
}
