#navigation-container
{

       /* float: left;*/
    width: 100%;
    /*   color: #000;
         background: #333;*/

}

#navigation
{
    margin: 0 auto;
    width: 1000px;
    height: 44px; 
    color: silver;
    text-align: center;
}

ul#menu {
	list-style: none; 
	margin: auto;
	padding: 0; 
}

ul#menu li {
	position: relative;
        float: left;
        height: 64px;
        padding: 0px; 
/*       border-right: 1px solid #fff;
        display: block;
        padding: 15px 10px;
	text-decoration: none;*/

}

ul#menu li a {
	display: block; 
	width: 100%;
        height:100%;
        color: silver;
}

ul#menu li ul li a {
	text-decoration: none;
        color: silver;
}



li#menu_nowosci	{ background: url('../img/2011/01_glowna.gif') top left no-repeat; width: 198px; margin-left:16px;}
li#menu_nowosci a { /*display: block;*/ width: 100%; }

li#menu_informacje	{ background: url('../img/2011/02_informacje.gif') top left no-repeat; width: 191px; margin-left:0px; }

li#menu_program	{ background: url('../img/2011/03_program.gif') top left no-repeat; width: 189px; margin-left:0px;}

li#menu_wspolpraca	{ background: url('../img/2011/04_wspolpraca.gif') top left no-repeat; width: 186px; margin-left:0px;}

li#menu_kontakt	{ background: url('../img/2011/05_kontakt.gif') top left no-repeat; width: 192px;  margin-left:0px;}


li.first {
	/*background-image: url('../img/2011/menutop.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
        background-color: black;
        width: 175px;
        padding-left: 10px;
	padding-right: 10px;
}

ul#menu li ul hr{
width: 140px;
margin-left: 10px;
}

ul#menu li ul {
	display: none;
	position: absolute;
	width: 175px;
	top: 54px;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0px;
	list-style: none;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
        color: silver;
	background-repeat: no-repeat;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
        background-color: black;

	}

ul#menu li ul li {
	width: 100%;
	height: 16px;
	padding: 5px;
        color:black;

       
}

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:hover, ul#menu li:hover, ul#menu li.over {
	color: #a88369;
}

ul#menu li.notdone {
	color: #e7e2d8;
}

hr.menusep {
	margin-right: 55px;
	margin-top: 10px;
	margin-bottom: -20px;
}
