﻿#tabs1
{
    float: left;
    width: 836px;
    height: 18px;
    font-size: 93%;
    line-height: normal;
    margin-top: 0;
    padding-bottom: 4px;
}

#tabs1 ul
{
    margin: 0;
    padding: 0px;
    list-style: none;
}

#tabs1 li
{
    display: inline;
    margin: 0;
    padding: 0;
}

.aInActive
{
    float: left;
    background: url( "/images/menues/winter/tableft.gif" ) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
}

.spanInActive
{
    float: left;
    display: block;
    background: url( "/images/menues/winter/tabright.gif" ) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #627EB7;
}

.aActive
{
    float: left;
    background: url( "/images/menues/winter/tableft.gif" ) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    background-position: 0% -42px;
}

.spanActive
{
    float: left;
    display: block;
    background: url( "/images/menues/winter/tabright.gif" ) no-repeat right top;
    padding: 5px 15px 4px 6px;
    background-position: 100% -42px;
    color: White;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span
{
    float: none;
    text-decoration: none;
    font-size: 12px;
}
/* End IE5-Mac hack */
#tabs a:hover span
{
    color: #627EB7;
}
#tabs1 a:hover
{
    background-position: 0% -42px;
    text-decoration: none;
}
#tabs1 a:hover span
{
    background-position: 100% -42px;
    text-decoration: none;
    color: White;
}


#tabs2
{
    padding-left: 4px;
    background-image: url(/images/menues/winter/botbar.gif);
    margin-top: 23px;
    height: 21px;
    width: 836px;
}

#tabs2 ul
{
    margin: 0;
    padding: 0px;
    list-style: none;
}

#tabs2 li
{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#tabs2 a
{
    float: left;
    margin: 0;
    padding: 0 0 0 2px;
    text-decoration: none;
}

#tabs2 a span
{
    float: left;
    display: block;
    padding: 5px 6px 4px 4px;
    color: #CCFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span
{
    float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span
{
    color: White;
}
#tabs2 a:hover
{
    background: url(/images/menues/winter/tab2left.gif) no-repeat left top;
    background-position: 0% 1px;
}
#tabs2 a:hover span
{
    background: url(/images/menues/winter/tab2right.gif) no-repeat right top;
    background-position: 100% 1px;
    color: White;
}

