ul, ul li {
	display: block;
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	background: none;
	padding: 0;
	border: 0;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	width: 95px;
	text-align: center;
	display: block;
	font-weight: bold;
	background: none;
	color: #fff;
	padding: 10px 0px;
	margin-top: 20px;
}
ul .glowny a:link, ul .glowny a:visited {
	text-decoration: none;
	width: 95px;
	text-align: center;
	display: block;
	font-weight: bold;
	background: #000;
	color: #5289ce;
	padding: 10px 0px;
	margin-top: 20px;
}

ul a:hover {
	color: #5289ce;
}

ul .small a:link, ul .small a:visited {
	text-decoration: none;
	width: 190px;
	text-align: center;
	display: block;
	font-weight: bold;
	background: #ccc;
	color: #fff;
	padding: 10px 0px;
	margin-top: 0px;
}

ul .small a:hover {
	color: #2167bc;
}

ul .smallglowny a:link, ul .smallglowny a:visited {
	color: #2167bc;
	text-decoration: none;
	width: 190px;
	text-align: center;
	display: block;
	font-weight: bold;
	background: #ccc;
	padding: 10px 0px;
	margin-top: 0px;
}


