
ul#menu {
	list-style: none; 
	margin: auto;
	padding: 0; 
}

ul#menu li {
	position: relative; 
	float: left; 
	padding: 0px; 
	height: 44px; 
}

ul#menu li a {
	display: block; 
	width: 100%; 
	height: 100%;
}



li#menu_nowosci	{ background: url('../img/nowosci_off.png') top left no-repeat; width: 105px; margin-left:25px;}
li#menu_nowosci:hover	{ background: url('../img/nowosci_on.png') top left no-repeat; }
li#menu_nowosci a { display: block; width: 100%; }

li#menu_pyrblog	{ background: url('../img/pyrblog_off.png') top left no-repeat; width: 95px; margin-left:10px; }
li#menu_pyrblog:hover	{ background: url('../img/pyrblog_on.png') top left no-repeat; }
li#menu_pyrblog a { display: block; width: 100%; }

li#menu_pyrkon	{ background: url('../img/pyrkon_off.png') top left no-repeat; width: 95px; margin-left:10px; }
li#menu_pyrkon:hover	{ background: url('../img/pyrkon_on.png') top left no-repeat; }

li#menu_program	{ background: url('../img/program_off.png') top left no-repeat; width: 105px; margin-left:10px; }
li#menu_program:hover	{ background: url('../img/program_on.png') top left no-repeat; }

li#menu_atrakcje	{ background: url('../img/atrakcje_off.png') top left no-repeat; width: 100px; margin-left:10px; }
li#menu_atrakcje:hover	{ background: url('../img/atrakcje_on.png') top left no-repeat; }

li#menu_wspolpraca	{ background: url('../img/wspolpraca_off.png') top left no-repeat; width: 125px;margin-left:10px;}
li#menu_wspolpraca:hover	{ background: url('../img/wspolpraca_on.png') top left no-repeat; }

li#menu_kontakt	{ background: url('../img/kontakt_off.png') top left no-repeat; width: 105px;  margin-left:10px;}
li#menu_kontakt:hover	{ background: url('../img/kontakt_on.png') top left no-repeat; }

li#menu_pyrforum	{ background: url('../img/pyrforum_off.png') top left no-repeat; width: 105px;  margin-left:10px;}
li#menu_pyrforum:hover	{ background: url('../img/pyrforum_on.png') top left no-repeat; }
li#menu_pyrforum a { display: block; width: 100%; }


li.first {
	background-image: url('../img/menutop.png');
	background-position: -12px 0px;
	background-repeat: no-repeat;
}

ul#menu li ul {
	display: none;
	position: absolute;
	width: 211px;
	top: 44px;
	left: 0;
	padding-left: 12px;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 60px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url('../img/menu.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	}

ul#menu li ul li {
	width: 100%;
	height: 16px;
	padding: 5px;
}

ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
}

ul#menu li ul a {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}

ul#menu li a {
}

ul#menu li a:hover, ul#menu li:hover, ul#menu li.over {
	color: #C0A000;
}

ul#menu li.notdone {
	color: #e7e2d8;
}

hr.menusep {
	margin-right: 38px;
	margin-top: 10px;
	margin-bottom: -20px;
}
