  #tabsK {
      float:right;
      width:65%;
      background:#000000;
      font-size:110%;
      line-height:normal;	  
	  position: relative; top: 21px; bottom: 0px; left: -60px; 
      }
    #tabsK ul {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:right;
      background:url("images/tab_left_blue_black.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 11px;
      text-decoration:none;
      }
    #tabsK a span {
      float:right;
      display:block;
      background:url("images/tab_blue_black.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#000;
	  background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  }
