 .menuTabs
    {
        position:relative;
        top:1px;
        left:10px;
    }
    
    .tab
    {
        border-style:Solid;
        border-width:1px;
        border-color:black;
        padding:0px 5px;
        background-color:#eeeeee;
        z-index:1;
    }
    
    .selectedTab
    {
        border-style:Solid;
        border-width:1px;
        border-color:black;
        border-bottom-color:white;
        padding:0px 10px;
        background-color:white;
        z-index:1;
    }
    
    .tabBody
    {
        border-style:Solid;
        border-width:1px;
        padding:20px;
        background-color:white;
    }