/* mapa_witryny  */


ul.mapa { 
margin: 0; 
padding: 0 0 0 0; 
border-top: 1px dotted #d8d8d8;
background-color: #fff; 
list-style-type: none; 
list-style-image: none;
}

ul.mapa li { 
font-size: 12px; 
font-weight: bold; 
background-color: #f4f4f4; 

margin: 5px; 
margin-right: 0; 
margin-left: 0; 
list-style: none; 
background-image: none;
list-style-image: none;
}

ul.mapa ul { 
  background-color: #fff; 
  margin-top: 0; 
  margin-right: 0; 
  margin-left: 0; 
  padding: 10px 16px 1px 38px; 
  list-style: none; 
}

ul.mapa ul li { 
  color: #000; 
  font-size: 11px; 
  font-weight: bold; 
  background-color: #fff; 
  background-image: url(../pics/mapa_witryny1.gif); 
  background-repeat: no-repeat; 
  background-position: left top; 
  background-position: left 2px; 
  margin: 0; 
  padding: 3px 0 3px 30px; 
  border-right-style: none; 
  border-bottom-style: none;
  border-left-style: none; 
  list-style: none; 
  list-style-image: none;
}

ul.mapa ul ul { 
  margin: 0; 
  padding: 2px 0 2px 20px;
  border: none; 
  background-color: #fff; 
 }

ul.mapa ul ul li { 
  color: gray; 
  font-size: 10px; 
  font-weight: normal; 
  background-color: #fff; 
  background-image: url(../pics/mapa_witryny2.gif); 
  background-repeat: no-repeat; 
  background-position: left top; 
  list-style-image: none;
  margin: 0 0 0 10px; 
  padding: 0 0 0 13px; 
}





ul.mapa li a {
  color: #b40003;
	font-weight: bold;
	text-decoration: none;
}
ul.mapa li a:hover {
	color: #3b7b1b;
	font-weight: bold;
	text-decoration: underline;
}
ul.mapa ul li a {
	color: #3b7b1b;
	font-weight: bold;
	text-decoration: none;
}
ul.mapa ul li a:hover {
	color: #b40003;
	font-weight: bold;
	text-decoration: underline;
}
ul.mapa ul ul li a {
	color: #7f7f7f;
	font-weight: normal;
	text-decoration: none;
}
ul.mapa ul ul li a:hover { 
color: #b30003; 
font-weight:     normal; 
text-decoration: underline; 
}

ul.mapa ul ul ul li a {
	color: #409501;
	font-weight: normal;
	text-decoration: none;
}
ul.mapa ul ul ul li a:hover { 
color: #b30003; 
font-weight:     normal; 
text-decoration: underline; 
}

