﻿#navigation
{
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

#navigation ul
{
    position: relative;
    left: 50%;
}

#navigation li
{
    float: left;
    position: relative;
    list-style: none;
    background: url('../images/blue-tab-left.png') no-repeat left top;
    padding: 0;
    text-align: center;
    width: 180px;
}

#navigation li a
{
    display: block;
    
    margin-left: 15px; /* left image width */
    padding-top: 4px; /* top shadow height */
    padding-right: 15px; /* left image width */
    line-height: 26px; /* tab height */
    
    background: url('../images/blue-tab-right.png') no-repeat right top;
    
    color: #FFF;
    font-size: 0.9em;
    text-decoration: none;
}

#navigation li.first
{
    background: url('../images/blue-tab-left-first.png') no-repeat left top;
}

#navigation li.first a
{
    margin-left: 19px; /* left image width */
}

#navigation li.last
{
    width: 189px;
}

#navigation li.last a
{
    background: url('../images/blue-tab-right-last.png') no-repeat right top;
}

#navigation li.active, #navigation li.firstactive, #navigation li.lastactive, #navigation li:hover
{
    background: url('../images/white-tab-left.png') no-repeat left top;
}

#navigation li.active a, #navigation li.lastactive a, #navigation li.firstactive a, #navigation li:hover a
{
    color: #00B1D8;
    background: url('../images/white-tab-right.png') no-repeat right top;
}

#navigation li.first:hover, #navigation li.firstactive, #navigation li.firstactive:hover
{
    background: url('../images/white-tab-left-first.png') no-repeat left top;
}

#navigation li.firstactive a
{
    margin-left: 19px; /* left image width */
}

#navigation li.lastactive a, #navigation li.last a:hover
{
    background: url('../images/white-tab-right-last.png') no-repeat right top;
}
