﻿.menu .ajax__tab_header
{
    border-top: solid 1px #86b2cf;
    border-bottom: solid 1px #86b2cf; 
    height: 25px;
    background: #2D72AB url(../../images/inactiveheader.png) repeat-x left center;
}

/* Inactive Tabs */
.menu .ajax__tab_tab
{
    height: 25px;
    font: bold 12px arial;
    color: #ffffff;
    padding: 5px 5px 0px 5px;
    text-decoration: none;
}

.menu .ajax__tab_inner 
{
    height: 26px;
    padding-left: 15px;
}

.menu .ajax__tab_outer 
{
    height: 26px;
    padding-right: 10px;
}

.menu .ajax__tab_hover .ajax__tab_tab
{
    text-decoration: underline;
}

/* Active Tabs */
.menu .ajax__tab_active .ajax__tab_tab
{
    background: url(../../images/activetab.png) repeat-x;
    color: Yellow;
}

.menu .ajax__tab_active .ajax__tab_inner
{
    background: url(../../images/activetableft.png) no-repeat left top;
}

.menu .ajax__tab_active .ajax__tab_outer
{
    background: url(../../images/activetabright.png) no-repeat right top;
}

/*  Tab Body */
.menu .ajax__tab_body
{
    border-bottom: solid 2px orange;
    background-color: #4791c5;
    height: 16px;
    font: Arial 9pt;
    color: White;
    padding: 3px 0px 1px 0px;
}

.menu .ajax__tab_body span
{
    padding: 0px 15px 0px 15px;
    border-right: solid 1px #86b2cf;
}

.menu .ajax__tab_body span A.item
{
    color: white;
    text-decoration: none;
}

.menu .ajax__tab_body span A:hover.item
{
    text-decoration: underline;
}

.menu .ajax__tab_body span A.selectedItem
{
    color: yellow;
    text-decoration: none;
}
