  #navCatTabs {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #;
	background-image: url(%22%22);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: -13px;
      }
    #navCatTabs ul {
	width:100%;
	margin:0;
	padding: 0px;
	list-style:none;
      }
    #navCatTabs li {
      float:left;
      background:url("../images/left_both.gif") no-repeat left top;
      margin-left: 2px;
      padding:0 0 0 9px;
      border-bottom:0px solid #765;
      }
    #navCatTabs a {
      float:left;
      display:block;
      background:url("../images/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#006699;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navCatTabs a {float:none;}
    /* End IE5-Mac hack */
    #navCatTabs a:hover {
      color:#006699;
      }
    #navCatTabs #current {
      background-position:0 -150px;
      border-width:0;
      }
    #navCatTabs #current a {
      background-position:100% -120px;
      padding-bottom:5px;
      color:#990000;
      }
    #navCatTabs li:hover, #navCatTabs li:hover a, span.category-subs-selected {
      background-position:0% -150px;
      color:#990000;
      }
    #navCatTabs li:hover a {
      background-position:100% -150px;
      }
	  