/**
 * Author: Krzysztof Piwowar
 * Created on: 2007-04-24
 * Version: 1.0
 *
 * Type: CSS Document
 * Name: sub_mapaserwisu.css
 * Description: CSS file for mapaserwisu.php page
 *
 * Modyfication: 2007-06-21
 */

		#content #menuleft #menuheader h3 {
			width: 89px;
			height: 13px;
			background: transparent url("../images/sub/mapaserwisu/h3.png") top left no-repeat;					
		}
		
		
		#content #textcontent ul li {
			margin: 10px 19px 0 15px;
			list-style: none;
			font-weight: bold;
		}
		
		#content #textcontent ul li ul li {
			margin-left: -15px;
			padding-left: 59px;
		}
		
		#content #textcontent ul li ul li ul {
			margin-left: 23px;
		}
		
		#content #textcontent ul li ul li ul li {
			margin-left: 0;
			padding-left: 23px;
		}
		
		#content #textcontent ul {
			border-left: 1px solid #d0d0d0;
		}
		
		#content #textcontent li.first {
			height: 20px !important;
			margin-bottom: 0 !important;
		}
		
		#content #textcontent li.headerSub {
			margin-bottom: 10px !important;
		}
		
		#content #textcontent .noBorder {
			border: 0 !important;
		}
		
		#content #textcontent li.deg2 {
			background: transparent url("../images/sub/mapaserwisu/arrow-deg2.jpg") top left no-repeat;
		}
		
		#content #textcontent li.deg3, #content #textcontent li.deg4 {
			background: transparent url("../images/sub/mapaserwisu/arrow-deg3.jpg") top left no-repeat;
		}
		
		#content #textcontent li.firstMain {	
			margin-left: -1px !important;
			padding-left: 23px !important;
			background: transparent url("../images/sub/mapaserwisu/arrow-first.jpg") top left no-repeat;
		}
		
		#content #textcontent li.last2 {
			margin-left: -16px !important;
			padding-left: 60px !important;
			background: transparent url("../images/sub/mapaserwisu/arrow-last2.jpg") top left no-repeat;
		}
		
		* html #content #textcontent li.last2 {
			margin-left: -1px !important;
		}
		
		#content #textcontent li.last3 {
			margin-left: -1px !important;
			padding-left: 24px !important;
			background: transparent url("../images/sub/mapaserwisu/arrow-last3.jpg") top left no-repeat;
		}
		
		#content #textcontent li.last3_2 {
			margin-left: -1px !important;
			padding-left: 24px !important;
			padding-bottom: 10px;
			background: transparent url("../images/sub/mapaserwisu/arrow-last3_2.jpg") top left no-repeat;
		}
		
		#content #textcontent .borderWhite {
			 margin-left: -1px;
			 margin-top: -10px;
			 border-left: 1px solid #fff;
		}
		
		#content #textcontent li a,
		#content #textcontent li a:link,
		#content #textcontent li a:visited {
			text-decoration: none !important;
		}
		
		#content #textcontent li a:hover {
			text-decoration: underline !important;
		} 
		