#Meniu {
	height: auto;
	width: auto;
	margin-top: 15px;
	font: 11px Tahoma, Arial, sans-serif;
	float: left;
}

#Meniu ul {
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#Meniu li {
	display: block;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	background: url(../imagini/dots.png) repeat-x bottom;
}
#Meniu a {
	color: #454545;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url(../imagini/bullet.png) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 20px;
	width: 170px;
	height: 21px;
	margin-bottom: 10px;
}
#Meniu a:hover {
	background: url(../imagini/bullet-hover.png) no-repeat;
	color: #CC0033;
}
#Meniu .active {
	color: #CC0033;
	background: url(../imagini/bullet-hover.png) no-repeat;
}

