#menutop {
position:relative;
	z-index: 2;
	margin:0;
	height:80px;
	background-image: url(images/topmenu.gif);
	width:562px;
}
#menutop ul {
	float: left;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menutop ul li {
	position: relative;

	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size:12px;
}
	
#menutop ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;

	}
#menutop ul li a {
	color: #ffffff;
	font-weight: bold;
}



/* Styles for Menu Items */
#menutop ul li.firstcategory {






       

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	width:200px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: 0px;
	margin: 0px;

	}
#menutop ul li.category {






	color: #062E4B;
	font-weight: bold;
	height: 80px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;

	}
#menutop ul li.category a:hover {	


	position: relative; 



	background: url(images/hover.gif) repeat;
	padding-bottom:0 !important;
	padding-bottom:20px;
}
#menutop ul li.lastcategory {







	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:red;
	background-position: -222px;
	margin: 0px;

	}


#menutop ul li.firstcategory:hover, #menutop ul li.firstcategory.over {


	position: relative; 




	color: #fff;
	background: url(images/hover.gif) repeat-x;
}

#menutop ul li.category:hover, #menutop ul li.category.over {







	color: #fff;
	background: url(images/hover.gif) repeat-x;
}
#menutop ul li.lastcategory:hover, #menutop ul li.lastcategory.over {








	color: #fff;
	background: url(images/hover.gif) repeat-x;
}

/* commented backslash \*/ 
* html ul li a {height:1%}

/* end hack */ 
#menutop li a {
	text-decoration: none;
}

/* hovered lists */
#menutop li a, #menutop li.over a {








	float: left;
	text-decoration: none;
	display: block;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
	padding: 30px 20px 1px 20px;

}
#menutop li li a:hover, #menutop li.over li a:hover {

	position: relative; 
	color: #fff;
	background-repeat: no-repeat;
	background-color: #666666;
	text-indent: 8pt;
		margin-bottom:0px !important;
		margin-bottom:-16px;
}

/* set dropdown */
#menutop li li a, #menutop li.over li a {







	color: #ffffff;
	text-align: left;
	border:none;
	font-weight: normal;
	width: 170px;
	line-height:20px;
	background-position: left center;
	text-indent: 8pt;
	font-family:tahoma;
	font-size:12px;
}
#menutop li ul li a {








        margin:0;
        background: url(images/przezrocze.png) repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#menutop li ul, #menutop li.over ul { 









	display: block; 
	margin-top:52px;
	width:180px;
} /* The pop */
#menutop {
/*	margin-right: auto;
	margin-left: auto; 
	width: 781px;*/

}

#myajaxmenu {
	position: absolute;
	top:0px;
	left: 0px;
	display: block;
	z-index: 1000;
}
/* Dopisane jak zwykle przez IE */
#menutop ul li.level2 a:hover {	

        background: none;
        background-color:#999999;
	padding-bottom:2px;
	z-index:2;
}
object {
  z-index:-1;
}
