/* THIS FIXES IE CONFLICT W/ DROP DOWN NAV */
#nav LI {z-index:5;}

#subPage #contentBox H1 {font-size:14pt;}
#subPage #contentBox H2 {font-size:12pt;}
#subPage #contentBox H3 {font-size:10pt; font-weight:bold;}

#tabbed_content {clear:both; margin-top:15px;}

DIV#tabbed_content DIV#tab_1,
DIV#tabbed_content DIV#tab_2,
DIV#tabbed_content DIV#tab_3,
DIV#tabbed_content DIV#tab_4,
DIV#tabbed_content DIV#tab_5,
DIV#tabbed_content DIV#tab_6,
DIV#tabbed_content DIV#tab_7 {display:none;}

.tab_1 DIV#tabbed_content DIV#tab_1,
.tab_2 DIV#tabbed_content DIV#tab_2,
.tab_3 DIV#tabbed_content DIV#tab_3,
.tab_4 DIV#tabbed_content DIV#tab_4,
.tab_5 DIV#tabbed_content DIV#tab_5,
.tab_6 DIV#tabbed_content DIV#tab_6,
.tab_7 DIV#tabbed_content DIV#tab_7  {display:block;}

DIV.tabs_container {margin:0 -13px 0 -15px;}
BODY.TI DIV.tabs_container {margin:0;}

#contentBox .custom UL.tabs
{
  background:url("axaProductsAndServices_tab.gif") 100% 100% no-repeat #fff;
  margin-left:0!important;
  padding:0;
  white-space:nowrap;
  height:40px;
  position:relative;
  z-index:1;
  font-size:8pt;
}

UL.tabs LI,
UL.tabs LI A
{
  background-image:url("axaProductsAndServices_tab.gif");
  background-repeat:no-repeat;
  display:block;
  font-weight:bold;
  cursor:pointer;
  color:#485677;
  text-decoration:none;
  width:auto;
  height:40px;
}

UL.tabs LI              {background-position:100% -50px; float:left; margin-left:4px;}
UL.tabs LI:first-child  {margin-left:10px;}
UL.tabs LI A            {background-position:0 -50px; margin-right:12px; padding-left:12px; text-align:center;}

UL.tabs LI:hover    {background-position:100% -100px;}
UL.tabs LI:hover A  {background-position:0 -100px; color:#fff;}

UL.tabs LI A SPAN       {position:relative; top:5px; z-index:2;}
UL.tabs LI.tab_3 A SPAN {top:12px;}

.tab_1 UL.tabs LI.tab_1,
.tab_2 UL.tabs LI.tab_2,
.tab_3 UL.tabs LI.tab_3,
.tab_4 UL.tabs LI.tab_4,
.tab_5 UL.tabs LI.tab_5,
.tab_6 UL.tabs LI.tab_6,
.tab_7 UL.tabs LI.tab_7 {background-position:100% 0;}

.tab_1 UL.tabs LI.tab_1 A,
.tab_2 UL.tabs LI.tab_2 A,
.tab_3 UL.tabs LI.tab_3 A,
.tab_4 UL.tabs LI.tab_4 A,
.tab_5 UL.tabs LI.tab_5 A,
.tab_6 UL.tabs LI.tab_6 A,
.tab_7 UL.tabs LI.tab_7 A  {background-position:0 0; color:#485677;}

