﻿.linkedin-blue .ajax__tab_outer
{
    background:url(img/blue_left.gif) no-repeat 0px 0px;
}
.linkedin-blue .ajax__tab_inner
{
    background:url(img/blue_right.gif) no-repeat 100% 0px;
    margin: 0px 2.5px;
    padding: 2.5px 2.5px;
}
.linkedin-blue .ajax__tab_hover .ajax__tab_outer
{
    background:url(img/blue_left.gif) no-repeat 0px -150px;
}
.linkedin-blue .ajax__tab_hover .ajax__tab_inner
{
    background:url(img/blue_right.png) no-repeat 100% -150px;
    cursor:pointer;
}
.linkedin-blue .ajax__tab_active .ajax__tab_outer
{
    background:url(img/blue_left.gif) no-repeat 0px -300px;
}
.linkedin-blue .ajax__tab_active .ajax__tab_inner
{
    background:url(img/blue_right.png) no-repeat 100% -300px;
}

