ul.menu li, ul.submenu li {
	behavior:url(hover.htc);
}
#header .menu li {
	width: 100px;
	height: 20px;
	float: left;
	display: block;
}
.menu li:hover {
}
.menu li a{
	position:relative;
}
.menu li a:hover {
}
/*menu koniec*/
/*submenu */
.submenu  {
	display: none;
	position:absolute;
	z-index:1;
}
#header .submenu li {
	position: relative;
	top:-60px;
	*top: -46px;
	left: -130px;
	/*width: 200px;*/
	/*height: 20px;*/
	height:auto;
}
#header .submenu li a{
	background:#d27146 url(../cssimg/menu_bg.jpg) left bottom repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	font-size:10px;
	padding:5px 0;
	height:auto;
	/*width:200px!important;*/
}
#header .submenu li a:hover {
	background:#c96438 url(../cssimg/menu_bg_hover.jpg) left bottom repeat-x;
}
#header ul.menu li:hover ul, #header ul#menu li.hover ul {
	display: block;
	float: left;
}
