﻿#tabs 
{
    background-image: url('/images/tab_line.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    float: left;
    font-size: 93%;
	line-height: normal;
	width: 100%;
}

#tabs ul 
{
    margin: 0px;
    padding: 10px 10px 10px;
    list-style: none;
}

#tabs a, #tabs a:hover
{
	color: #2d2d2d;
	font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

#tabs a 
{
	background: url('/images/tab_bg.gif');
    background-repeat: repeat-x;
    border-color: #666666;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    display: block;
    margin-right: 2px;
    padding: 5px 15px 4px;
}

#tabs li 
{
    float: left;
    margin: 0px;
    padding: 0px;
}

#tabs a:hover
{
	background: url('/images/tab_bg_hover.gif');
	background-repeat: repeat-x;
    display: block;
    padding: 5px 15px 4px;
}

#tabs a:active 
{
    background-image: url('/images/tab_bg_sel.gif');
    padding-bottom: 5px;
}

