/* CSS Document */
<!--
/*- Menu Tabs A--------------------------- */

    #tabsA {
      float:left;
      width:100%;
          border-bottom:1px solid #B5D4F0;
      }
    #tabsA ul {
        margin:0;
        padding:0px 0px 0 20px;
        list-style:none;
      }
    #tabsA li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsA a {
      float:left;
      background:url("tableftA.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsA a span {
      float:left;
      display:block;
      background:url("tabrightA.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      }
    #tabsA a span {float:none;}
    #tabsA a:hover span {
      color:#F00;
      }
    #tabsA a:hover {
      background-position:0% -42px;
      }
    #tabsA a:hover span {
      background-position:100% -42px;
      }

        #tabsA #current a {
                background-position:0% -42px;
        }
        #tabsA #current a span {
                background-position:100% -42px;
        }
-->
<!--
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
	  font-weight:bold;
	  font-size:110%;
      width:100%;
      }
    #tabsB ul {
        margin:0;
        padding:0px 0px 0 10px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      margin:0;
      background:url("tableftB.gif") no-repeat left top;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      }
    #tabsB a span {float:none;}
    #tabsB a:hover span {
      color:#F00;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
-->
