/* NAVIGATION TABS STYLES */

.tab-biz
{
   background-image: url(img/template/tab_buttons/TabBusinessNorm.png);
   background-repeat:no-repeat;
   cursor: pointer;
}

.tab-biz-mouseover
{
   background-image: url(img/template/tab_buttons/TabBusinessOver.png);
   background-repeat:no-repeat;
   cursor: pointer;
}

.tab-biz-on
{
   background-image: url(img/template/tab_buttons/GenericOn.png);
   background-repeat:no-repeat;
   cursor: pointer;
}

/* FIRST TIER MENU */
.tab1
{
   background-image: url(img/template/tab_buttons/AdminOn.png);
   background-repeat:no-repeat;

   font-family: Arial;
   font-size: 10px;
   color: #28596e;
}


.tab6
{
   background-image: url(img/template/tab_buttons/LeisureRightNorm.png);
   background-repeat:no-repeat;

   font-family: Arial;
   font-size: 10px;
   color: #464646;
}

.tab6-mouseover
{
   background-image: url(img/template/tab_buttons/LeisureRightOver.png);
   background-repeat:no-repeat;

   font-family: Arial;
   font-size: 10px;
   color: #28596E;

   cursor: pointer;
}

.bfright
{
   background-image: url(img/template/base_footer_right.png);
   background-repeat:no-repeat;
}

.bfleft
{
   background-image: url(img/template/base_footer_left.png);
   background-repeat:no-repeat;
}

.bfbottom
{
   background-image: url(img/template/base_bottom.png);
   background-repeat:no-repeat;
}

.second-menu-left-shadow
{
   background-image: url(img/template/second_menu_left_shadow.png);
   background-repeat: repeat-y;
}

.second-menu-right-shadow
{
   background-image: url(img/template/second_menu_right_shadow.png);
   background-repeat: repeat-y;
}

