/* TOOLBAR */
/***********/
.tabs #tab_home span
{
    background: url(../images/base/nav-bar.png) 0 0 no-repeat;
    width:91px;
}

.tabs #tab_home span:hover,
.tabs #tab_home .active span
{
    background: url(../images/base/nav-bar.png) 0 -57px no-repeat;
    width:91px;
}

.tabs #tab_register span
{
    background: url(../images/base/nav-bar.png) -136px 0 no-repeat;
    width:91px;
}

.tabs #tab_register span:hover,
.tabs #tab_register .active span
{
    background: url(../images/base/nav-bar.png) -136px -57px no-repeat;
    width:91px;
}

.tabs #tab_why span
{
    background: url(../images/base/nav-bar.png) -272px 0 no-repeat;
    width:81px;
}

.tabs #tab_why span:hover, 
.tabs #tab_why .active span
{
    background: url(../images/base/nav-bar.png) -272px -57px no-repeat;
    width:81px;
}

.tabs #tab_help span
{
    background: url(../images/base/nav-bar.png) -398px 0 no-repeat;
    width:81px;
}

.tabs #tab_help span:hover,
.tabs #tab_help .active span
{
    background: url(../images/base/nav-bar.png) -398px -57px no-repeat;
    width:81px;
}

.tabs #tab_jobcrystal span
{
    background: url(../images/base/nav-bar.png) -524px 0 no-repeat;
    width:110px;
}

.tabs #tab_jobcrystal span:hover,
.tabs #tab_jobcrystal .active span
{
    background: url(../images/base/nav-bar.png) -524px -57px no-repeat;
    width:110px;
}
