ul#menu-glowne {
	height: 20px;
        padding: 12px 0px 16px 0px;
        list-style-type: none;
}

#menu-glowne li {
        display: inline;
}

#menu-glowne li a {
	margin: 0;
	padding: 0;
	height: 16px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration: none;
	text-transform:  uppercase;
	color: #fff;
	font-family: "Times New Roman", sans-serif;
	background: url("../gfx/rozdzielnik.png") left center no-repeat;
	padding: 0 26px 0 23px;
}

#menu-glowne li a:hover {
    color: #C5ED76;
}