#Meniu {
	height: 46px;
	width: 456px;
	background: url(../imagini/meniu-bg.png) repeat-x;
	float: right;
	margin-top: 55px;
}

#Meniu ul {
	margin: 2px 0px 0px 15px;
	padding: 0px;
}
#Meniu li {
	list-style: none;
	display: block;
	float: left;
}
#Meniu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 31px;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 15px;
}
#Meniu a:hover {
	background: url(../imagini/a-hover.png) repeat-x;
}
.active {
	background: url(../imagini/a-hover.png) repeat-x;
}

