#Meniu {
	height: 50px;
	width: 680px;
	float: right;
	background-image: url(../imagini/meniu-bg.png);
	background-repeat: no-repeat;
	background-position: 10px;
}

#Meniu ul {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
#Meniu li {float:left;}
#Meniu li a {display:block; float:left; height:31px; line-height:31px; color: #630C3F; text-decoration:none; font-size:13px; font-weight:bold; padding: 10px 23px 0px; cursor:pointer;}
#Meniu a:hover {
	color: #FF0033;
}
.active {
	background: url(../imagini/a-hover.png) repeat-x;
}



	
