﻿#toptabs
{
    height: 17px;
    background-color: #14414a;
}
#toptabs img
{
    border: none;
}
.sitelogo
{
    padding: 0 0 20px 20px;
}
#tabs
{
    line-height: normal;
    height: 17px;
    font-weight: bold;
}
#tabs ul
{
    margin: 0;
    list-style: none;
    padding: 0px;
}
#tabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#tabs a
{
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
    text-decoration: none;
    background-image: url(images/TabDarkLeft.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 17px;
}
#tabs a span
{
    float: left;
    display: block;
    padding: 2px 25px 2px 6px;
    color: #ffffff;
    background-image: url(images/TabDarkRight.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

/* Show hover state */

#tabs a:hover
{
    margin-top: -5px;
    height: 22px;
}
#tabs a:hover span
{
    height: 18px;
}



/* Set specific settings for light tabs */
#tabs .light a span
{
    color: #00494f;
}
#tabs .light a span
{
    background-image: url(images/TabLightRight.gif);
}
#tabs .light a
{
    background-image: url(images/TabLightLeft.gif);
}
