
#tab_div {
    margin-top: 20px;
    float: left;
    width: 930px;
} .tab-wrapper {
    background: #FFFFFF;
    clear: both;
    margin: 0;
    margin-bottom: 20px;
} .tab-menu {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
} .tab-menu li {
    float: left;
    width: 176px;
    height: 33px;
    padding: 0;
    text-align: center;
} .tab-menu li a {
    background: #FFFFFF url(/images/tab.png) no-repeat scroll right 0px;
    color: #aab7bf;
    display: block;
    padding: 7px 10px 3px 10px;
    font-family: "Trebuchet MS";
    font-size:17px;
} .tab-menu li a:hover, .tab-menu li a:focus {
    outline: 0 none;
} .tab-menu li.tab-selected a {
    background: #FFFFFF url(/images/tab.png) no-repeat scroll right -33px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    height:24px;
} .tab-container {
    background: url('/images/tab_div.png') no-repeat;
    height: 242px;
    padding: 10px;
}

