  #navCatTabs {
      float:left;
      width:100%;
      background:#ffffff url("") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #navCatTabs ul {
      width:100%;
      margin:0;
      padding: 5px 10px 0px 5px;
      list-style:none;

      }
    #navCatTabs li {
      float:center;
      background:url("../images/left_both.gif") no-repeat left top;
      margin:0;
      padding:10px 10px 0px 5px;
      border-bottom:0px solid #0F4DBC;
      }
    #navCatTabs a {
      float:left;
      display:block; 
      background:#CF251D url("../images/right_both.gif") no-repeat right top;
      padding: 5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#FFF;

      }

    /* 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 -150px;
      border-width:0;
      }
    #navCatTabs #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#7699DB;
      }
    #navCatTabs li:hover, #navCatTabs li:hover a {
      background-position:0% -150px;
      color:#7699DB;
      }
    #navCatTabs li:hover a {
      background-position:100% -150px;
      }





