DIV#container #top .szukaj {
 position:absolute;
 left:25px;
 top:122px;
 width: 158px;
 height: 20px;
 line-height: 20px;
 padding:0; 
}
DIV#container #top .szukaj INPUT {
 margin:0 2px;
 width: 120px;
 height: 11px ;
 font-size: 10px;
 line-height: 11px;
 float: left;
}
DIV#container #top .szukaj INPUT.btn_szukaj {
	width: 20px;
	height: 17px;
	border:0;
	padding:0;   
}
/*top menu ---- */

DIV#container #top-menu {
 background-color: transparent;
 color:#000000;
 text-align: right;
 margin:0 38px 0 25px;
 padding:0;
 height: 23px;
  color:#ffffff;
 font-family: Tahoma,Tahoma CE; 
 font-size: 10px; 
}
DIV#container #top-menu, DIV#container #top-menu A {
 color:#ffffff;
 font-family: Tahoma,Tahoma CE; 
 font-size: 11px; 
 line-height: 23px;
}

DIV#container #top-menu UL {
 margin:0;
 padding:0;
 list-style: none;
}
DIV#container #top-menu UL LI{
 margin:0 0 0 2px;
 padding:0;
 float: right;
 height: 23px;
 width: auto !important;
 width: 75px;
 min-width:75px;  
 text-align: center;
 
 background-image: url(../images/top/btn_tlo.gif);
 background-position: 0 0;
 background-repeat: repeat-x;
 
}
DIV#container #top-menu UL LI .btn-left {
 margin:0;
 padding:0;
 background-image: url(../images/top/btn_lewa.gif);
 background-position: 0 0;
 background-repeat:no-repeat;
}
DIV#container #top-menu UL LI .btn-right {
  margin:0;
  padding:0;
  background-image: url(../images/top/btn_prawa.gif);
  background-position: 100% 0;
  background-repeat: no-repeat;	
}
