.basictab ul {
    margin: 1px 10px 4px 10px;
    padding: 3px 0;
    margin-left: 0;
    font: bold 11px Verdana;
    text-transform: uppercase;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
    display: inline;
    margin: 5px 0 5px 0;
}

.basictab li a {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
}

.basictab li a:visited {
    color: #fff;
}

.basictab li a:hover, .basictab li a.current {
    background-color: #fff;
    color: #777;
    text-decoration: none;
}

.basictab li a:active {
    color: #fff;
}

#tabcontentcontainer {
    width: 95%; /*width of 2nd level content*/
    height: 1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
    padding: 5px 0 0 5px;
}

.tabcontent {
    display: none;
}

.tabcontent ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}

.tabcontent ul li {
    display: inline;
}

.tabcontent ul.selected{ /*selected 2nd level content*/
    display: block;
}

.tabcontent ul li a {
    color: #000080;
    padding: 2px 10px;
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.tabcontent ul li a:hover {
    background-color: #ddd;
    text-decoration: none;
}