  #navCatTabs {
        width:100%;
      	background: url("../images/5element.jpg") repeat-x bottom;
      	font-size:93%;
	height: 40px;
	text-align: bottom;
	text-valign: center;      	
	line-height:normal;
      }

    #navCatTabs ul {
      margin:0;
      padding: 0px;
      text-valign: center;
      list-style:none;
      }

    #navCatTabs li {
      float: left;
      height: 35px;
      background:url("../images/przycisk-3a.jpg") no-repeat left top;
      display: inline;
      margin:0;
      text-valign: center;
      padding:0px 0px 0 11px;
      border-bottom: 0px;
      text-align: center;
      }

    #navCatTabs a {
      float: left;
      height: 22px;
display: -moz-inline-block;
      display: inline-block;
      background:url("../images/przycisk-3b.jpg") no-repeat right top;
      padding: 9px 20px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color: white;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navCatTabs a {float:none;}
    /* End IE5-Mac hack */
    #navCatTabs a:hover {
      color: white;
      }
    #navCatTabs #current {
      background-position:0 -40px;
      border-width:0;
      }
    #navCatTabs #current a {
      background-position:100% -40px;
      padding-bottom:0px;
      color:white;
      }
    #navCatTabs li:hover, #navCatTabs li:hover a {
      background-position:0% -40px;
      color:white;
      }
    #navCatTabs li:hover a {
      background-position:100% -40px;
      }