h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs B--------------------------- */

#tabsB {
      float:left;
      width:100%;
      /* background:#F4F4F4; */
	  background:url("../img/bg_tabs.gif") repeat-x;
	  font: bold 11px/1.5em Verdana;
      font-size:93%;
      line-height:normal;
}
#tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
}
#tabsB li {
      display:inline;
      margin:0;
      padding:0;
}
#tabsB a {
      float:left;
      background:url("../img/bg_tab_left_off.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabsB a span {
      float:left;
      display:block;
      background:url("../img/bg_tab_right_off.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
      color:#b50217;
}
#tabsB a:hover {
      /* background-position:0% -42px; */
	  background:url("../img/bg_tab_left_on.gif") no-repeat left top;
}
#tabsB a:hover span {
      /* background-position:100% -42px; */
	  background:url("../img/bg_tab_right_on.gif") no-repeat right top;
}
#tabsB #current a {
      /* background-position:0% -42px; */
	  background:url("../img/bg_tab_left_current.gif") no-repeat left top;
}
#tabsB #current a span {
      /* background-position:100% -42px; */
	  background:url("../img/bg_tab_right_current.gif") no-repeat right top;
}
#tabscontentB {
	/*position:relative;*/
	width:518px;
	max-width:518px;
	/*margin:10px 5px 10px 10px;*/
	border-style:solid;
	border-color:#BABABA;
	border-width:0px 1px 1px 1px;
	padding:15px 15px 15px 15px;
}


/*- Menu Tabs A--------------------------- */

#tabsA {
      float:left;
      /* width:100%; */
	  width: 770px;
      /* background:#F4F4F4; */
	  background:url("../img/bg_tabs.gif") repeat-x;
	  font: bold 11px/1.5em Verdana;
      font-size:93%;
      line-height:normal;
}
#tabsA ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
}
#tabsA li {
      display:inline;
      margin:0;
      padding:0;
}
#tabsA a {
      float:left;
      background:url("../img/bg_tab_left_off.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabsA a span {
      float:left;
      display:block;
      background:url("../img/bg_tab_right_off.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsA a span {float:none;}
/* End IE5-Mac hack */
#tabsA a:hover span {
      color:#b50217;
}
#tabsA a:hover {
      /* background-position:0% -42px; */
	  background:url("../img/bg_tab_left_on.gif") no-repeat left top;
}
#tabsA a:hover span {
      /* background-position:100% -42px; */
	  background:url("../img/bg_tab_right_on.gif") no-repeat right top;
}
#tabsA #current a {
      /* background-position:0% -42px; */
	  background:url("../img/bg_tab_left_current.gif") no-repeat left top;
}
#tabsA #current a span {
      /* background-position:100% -42px; */
	  background:url("../img/bg_tab_right_current.gif") no-repeat right top;
}
#tabscontentA {
	/*position:relative;*/
	width:738px;
	max-width:738px;
	/*margin:10px 5px 10px 10px;*/
	border-style:solid;
	border-color:#BABABA;
	border-width:0px 1px 1px 1px;
	padding:15px;
}
