﻿.blue .ajax__tab_header 
{
	color:#38AFF1;
}

.blue .ajax__tab_outer
{
    background:url(../images/white_left.gif) no-repeat 0px 0px;
}
.blue .ajax__tab_inner
{
    background:url(../images/white_right.gif) no-repeat 100% 0px;
}
.blue .ajax__tab_hover .ajax__tab_outer
{
    background:url(../images/white_left.gif) no-repeat 0px -36px;
}
.blue .ajax__tab_hover .ajax__tab_inner
{
    background:url(../images/white_right.gif) no-repeat 100% -36px;
}
.blue .ajax__tab_active .ajax__tab_outer
{
    background:url(../images/white_left.gif) no-repeat 0px -72px;
}
.blue .ajax__tab_active .ajax__tab_inner
{
    background:url(../images/white_right.gif) no-repeat 100% -72px;
}


