#news p.tytul {
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}

#news p.dol {
	padding-right: 10px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fb8f35;
}

#news p.tresc {
	text-indent: 0%;
	margin-left: 0px;
	padding-left: 0px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 137px;
	}
	
#nav ul li {
	position: relative;
	}






#nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #FB8F35; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #ccc; /* IE6 Bug */
	/*border-bottom: 0;*/
	border-bottom: 1px dotted #fff;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul,
#nav ul ul ul li.over ul,
#nav ul ul li.over ul,
#nav li.over ul { 
	display: block; 
}


#nav ul ul,
#nav li ul ul, 
#nav li.over ul ul ul,
#nav li.over ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul,
#nav li ul 
{
	position: absolute;
	left: 136px;
	top: 0;
	display: none;
}

/*#nav li:hover ul, li.over ul { display: block; }*/

#nav a:hover {
	color: #00c;
}

#main li {
float: none;

}




