﻿.glossymenu
{
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 auto 0 auto;
    background: transparent url(images/tab_bg.png) no-repeat top left; /*tab background image path*/
    height: 41px;
    list-style: none;
}

.glossymenu li
{
    float: left;
}

.glossymenu li a
{
    float: left;
    display: block;
    color: #818E96;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    padding: 0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
    height: 40px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.glossymenu li a span
{
    float: left;
    display: block;
    font-weight: bold;
    padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a
{
    color: #195f5f;
    background: url(images/tab_left.png) no-repeat; /*left tab image path*/
    background-position: left;
}

.glossymenu li.current a span
{
    color: #195f5f;
    background: url(images/tab_right.png) no-repeat right top; /*right tab image path*/
}
#tab
{
    width: 634px;
    background: transparent url(images/bottom_bg.png) no-repeat bottom;
    padding-bottom: 10px;
}
#tab-1, #tab-2, #tab-3, #tab-4
{
    background: transparent url(images/content_bg.png) repeat-y top left;
    padding: 20px 20px 0px 20px;
    margin-top:-10px;
    margin-bottom:-10px;
}
