﻿#tabs
{
    border-width: 3px;
    border-color: #35469f;
    width: 800px;
    height: 28px;
    border-bottom-style: solid;
}

.tab
{
    float: left;
    width: 70px;
    height: 28px;
    background-image: url('../graphics/tab_bg.png');
    background-repeat: no-repeat;
    margin-right: 2px;
    cursor: pointer;
}
.tab:hover
{
    background-position: 0px -28px;
    color: White;
}
.tabSelected
{
    background-position: 0px -28px;
    color: White;
}
.tab p
{
    width: 70px;
    height: 20px;
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    text-align: center;
}
.tab p a
{
    text-decoration: none;
    color: Black;
}
.tab p a:visited
{
}
