/* CSS Document */
 #tabsB {
      float:left;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:93%;
      line-height:200%;
      }
    #tabsB ul {
        margin:0;
        padding:0px 10px 0 50px;
        list-style:none;
	  height:38px;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
	  height:38px;
      }
    #tabsB a {
      float:left;
      background:url("../images/Navbar_center_BTN.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	 .tabsB a{
      float:left;
      background:url("../images/lft_nav.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	  .tabsC a{
      float:left;
      background:url("../images/rgt_Nav.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../images/tabrightT.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#012A68;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#94080B;
      }
    #tabsB a:hover {
      background-position:0% -0px;
      }
    #tabsB a:hover span {
      background-position:100% -0px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }

