#kolumnaSrodekMapa{
	float:left;
	position: relative;
	width: 695px;
	height: 427px;
	background-image: url(img/px_gray.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#kolumnaSrodekMapa .mapa_strony{
	position:absolute;
	width: 696px;
	height: 386px;
	left:0;
	top:38px;
	overflow: auto;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	
}
#kolumnaSrodekMapa .gray h1.glowny{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646869;
	text-align: left;
	margin:0;
	padding:15px 10px 10px 10px;
}

ul{	
	margin-top:10px;
	font-weight: bold;
	text-align:left;
}
ul a:link, ul a:visited{
	text-decoration: none;
	color: #5D5D5D;
}
ul a:hover{
	color:red;
}

ul ul {
	font-weight: normal;
	text-align:left;
}
ul ul a:link, ul ul a:visited{
	text-decoration: none;
	color: #5D5D5D;
}
ul ul a:hover{
	color:#000000;
}
ul ul ul{
	font-weight: normal;
	text-align:left;
}
ul ul ul a:link, ul ul ul a:visited{
	text-decoration: none;
	color:#FB6108;
}
ul ul ul a:hover{
	text-decoration:inline;
	color:#000000;
}



