﻿ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left;
    color: #000000;
    width: 740px;
}

ul.tabs li{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
    color: #000000;
}
        
ul.tabs li a{
    font: normal 15px "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    text-decoration: none;
    position: relative;
    color: #000000;
    padding: 7px 16px;
    border-right: 1px solid #CCC;
    border-right-color:#B7B7B7;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000000;
}
        
ul.tabs li a:hover
{
    color:#006699;
    font-weight: bold;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    color: #8ebf22;
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    background-color:#FFF;

}