#menu {float:left;height:35px;margin-left:0px;}
* html #menu {float:left;height:35px;margin-left:10px;}

#menu ul {
width:96%;
margin-top:14px;
  list-style:none;
  float:left;
  }
#menu li {
height:28px;
  float:left;
  margin-left:0;


   }
#menu a {
float:left;
text-align:center;
width:auto;
display:block;
font-size:8pt;
text-decoration:none;
font-weight:normal;
padding-left:4px;
padding-right:4px;
color:#303030;
border-right:1px solid #303030;


  }
  
#menu a:hover {
  color:#fff;
  }
#menu li.current a {
  width:inherit;
 color:#fff;

  }
#menu li.current {background:url('images/znacznik.gif') no-repeat;background-position:bottom center;}
