#Meniu ul {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#Meniu li {
	display: inline;
}

#Meniu a {
	text-decoration: none;
	margin-right: 5px;
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 110px;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#Meniu a:hover {
	font-size: 15px;
	background-image: url(../images/btnHover.jpg);
	float: left;
	font-weight: bold;
}
#Meniu ul a.current {
	font-size: 15px;
	background-image: url(../images/btnHover.jpg);
	float: left;
	font-weight: bold;
}