ul.current_tabs
{
    background: transparent url(../App_Themes/Default/img/current_tabs_bg.gif) repeat-x;
    border-top: 1px solid #CDCDCD;
    display: inline;
    float: left;
    overflow: hidden;
    width: 664px;
    z-index: 5;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

ul.current_tabs a
{
    text-decoration: none;
    color: #666666;
}

ul.current_tabs li
{
    display: inline-block;
    color: #000000;
    float: left;
    font-size: 11px;
    line-height: 26px;
    padding: 0 8px;
    text-align: center;
}

ul.current_tabs li a
{
    color: #000000;
    float: left;
    font-size: 11px;
    line-height: 26px;
    padding: 0 5px;
    text-align: center;
}

ul.current_tabs li.active
{
    background: none;
}

ul.current_tabs li.active a
{
    background-color: #FDFDFD;
    border-color: #999999 #999999 #FDFDFD;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    margin: 3px 0 0;
    padding: 0 9px;
    position: relative;
    text-align: center;
    z-index: 2;
}

ul.current_tabs.active li:hover
{
    
}

ul.current_tabs li a:hover
{
    text-decoration:underline;
}

ul.current_tabs li.right
{
    float: right;
}
ul.current_tabs li.last
{
    margin: 0;
}

.current_line {
    background:#999999 none repeat scroll 0 0;
    float:left;
    height:1px;
    margin-top:-1px;
    overflow:hidden;
    width:100%;
    z-index:1;
    margin-bottom:15px;
}
