  #navCatTabs {
      float:center;
      width:100%;
      background:url("https://www.sugarcharms.com/store/includes/pink/images/pparch1.jpg") repeat-x bottom;
font-family: Arial, Helvetica, sans-serif;
      font-size:110%;
      line-height:normal;
      }
    #navCatTabs ul {
      width:100%;
      margin:0;
      padding: 0px 10px 0px 5px;
      list-style:none;
      }
    #navCatTabs li {
      float:center;
      background:url("../images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      border-bottom:0px solid #765;
      }
    #navCatTabs a {
      float:center;
      display:block;
      background:url("../images/right_both.gif") no-repeat right top;
      padding:3px 10px 4px 3px;
      text-decoration:none;
      font-weight:normal;
      color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navCatTabs a {float:none;}
    /* End IE5-Mac hack */
    #navCatTabs a:hover {
      color:#333;
      }
    #navCatTabs #current {
      background-position:0 -180px;
      border-width:0;
      }
    #navCatTabs #current a {
      background-position:100% -180px;
      padding-bottom:2px;
      color:#333;
      }
    #navCatTabs li:hover, #navCatTabs li:hover a {
      background-position:0% -180px;
      color:#333;
      }
    #navCatTabs li:hover a {
      background-position:100% -180px;
      }
