/* CDF - Menu tabs CSS for tabsJ and tabsK */


/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
        font-size: 90%;
        font:  11px Verdana;
        font-weight: normal;
        height: 87px;
  }

  #tabsJ div {
        margin: 0px;
      background:#A6E9FA;
        padding: 57px 10px 0 5px;
}
    #tabsK {
      float:left;
      width:600px;
       background:url("images/menubluebg.jpg") repeat-x left bottom;
        font-size: 90%;
        font:  11px Verdana;
        font-weight: normal;
        height:22px;
	position: relative;
	left: -25px;
            }
  #tabsK div {
        margin: 0px;
	    padding-left: 10px 10px 0px 0px;
	}

    #tabsJ ul,
    #tabsK ul {
        list-style:none;
      }
    #tabsJ li,
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a,
    #tabsK a,
    #tabsJ a:link,
    #tabsJ a:visited,
    #tabsK a:link,
    #tabsK a:visited
{
      float:left;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      font-weight: normal;
}
    #tabsJ a {
            background:url("images/tableftJ.gif") no-repeat left top;
}
    #tabsK a {
            background:url("images/subtableftJ.gif") no-repeat left top;
}



    #tabsJ a span,
    #tabsK a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      }
    #tabsJ a span {
      background:url("images/tabrightJ.gif") no-repeat right top;
      color:#000;
    }
    #tabsK a span {
      background:url("images/subtabrightJ.gif") no-repeat right top;
      color:#FFF;
    }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span , #tabsK a span {float:none;}
    /* End IE5-Mac hack */

    #tabsJ a:hover span,
    #tabsK a:hover span {
      color:orange;
      }

        #tabsJ #active a,
        #tabsK #active a {
                background-position:0% -42px;
        }
        #tabsJ #active a span,
        #tabsK #active a span {
                background-position:100% -42px;
        }
        #tabsJ #active a span {
                color:#FFF;
    }
        #tabsK #active a span {
                color:#000;
    }

