ul.classList001 {
	width: 500px;
	margin: 20px 0 20px 0;
	border: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}
ul.classList001 li {
	margin: 0;
	border: 0;
	height: 30px;
	list-style-type: none;
	list-style: none;
	/**background: url(img/icons002/arrow_next.png) left center no-repeat;**/
	/**padding: 0 0 0 10px;**/
	
}
ul.classList001 li.noactiv {
	width: 490px;
	height: 20px;
	margin: 0;
	border: 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
	list-style: none;
	border-bottom: dotted 1px #eeeeee;
	display: block;
}
ul.classList001 li a {
	width: 480px;
	height: 20px;
	margin: 0;
	border: 0;
	padding: 10px 0 0 20px;
	list-style-type: none;
	list-style: none;
	border-bottom: dotted 1px #eeeeee;
	display: block;
	background: url(img/icons003/menuic.gif) left center no-repeat;	
}
ul.classList001 li a:hover {
	width: 480px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 20px;
	border: 0;
	list-style-type: none;
	list-style: none;
	border-bottom: dotted 1px #eee;
	display: block;
	background: url(img/icons003/menuic.gif) left center no-repeat;	
	color: #000000;
}



/*
** Nawigacja dol strony
*/

.navDefault { 
	margin: 0 0 0 0;
	text-align: right;
	border-top: dotted 0 #cccccc;
	padding: 0 0 0 0;
	overflow: hidden;
}
.navDefault .left { 
	width: 350px;
	margin: 0 0 0 0; 
	border: 0;
	padding: 0 0 0 0; 
	overflow: hidden; 
	float: left;
	text-align: left;
}
.navDefault .right { 
	width: 350px;
	margin: 0 0 0 0; 
	border: 0;
	padding: 0 0 0 0; 
	overflow: hidden; 
	float: left;
	text-align: right;
}
.navDefault .nav a { 
	color: #496872;
	font-weight: bold;
}
