div#top {
	position:fixed;
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0;
	top: 0px;
	left: 0px;
	overflow: hidden;
	/*background: #2d2d2d url(../images/nav_bg.png) left -28px repeat-x;*/
	background: #2d2d2d url(../images/menu_black.PNG);
	text-align: center;
	z-index:50;
	
}

div#top div#left_top {
	float: left;
	width: 630px;
	
	
	margin: 0px;
	margin-left: 240px;
	
	border: 0px solid;
	border-color: white;
	display:inline /* potrzebne do prawidlowego dzialania margin-left IE6*/

}

div#top div#right_top {
	
	float: right;
	width: 50px;
	margin: 0px;
	margin-top: 14px;
	margin-right: 50px;
	border: 0px solid;
	border-color: yellow;
		
}

div#top div#right_top div.mapa {
	float: left;
	margin-right: 4px;
}

div#top div#right_top div.mapa a img {
	border: 0px;
	
}

div#top div#left_top ul {
	list-style: none;
	margin: auto;
}

div#top div#left_top ul li {
	float: left;
	height: 40px;	
	line-height: 40px;
	
}


div#top div#left_top ul li a {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	/*background: url(../images/nav_link.png) right -28px no-repeat;*/
	background: url(../images/menu_myslnik.PNG) right 0px no-repeat;
	outline: none;
	text-decoration: none;
}


div#top div#left_top ul li a:hover {
	height: 40px;
	color: #480000;
	/*background: #ff8c00 url(../images/nav_link.png) left -96px repeat-x;*/
	background: #ff8c00 url(../images/menu_black_hover.PNG);
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: black;	

}
