#lista
{
	position:		relative;
	height:			25px;
	padding-left:		0px;
	margin-left:		0px;
	margin-top:		0px;
	list-style:		none;
	background:		url('../zdj/gradient1-1.jpg');
	border-top:		3px solid #6d665c;
	text-align:		center;
	font-family:		"URW Chancery L", "Times New Roman", Serif;
	font-size:		18px;
}

#lista li
{
	float:			left;
}

#lista  a
{
	position:		absolute;
	margin:			auto;
	display:		block;
	margin:			0;
	top:			0;
	width:			135px;
	height:			25px;
	text-decoration:	none;
	color:			#000000;
	font-style:		italic;
	font-size:		18px;
}

#lista a.this1
{
	cursor:			text;
}

