/* Stil pentru Filtrare */
#filtre {
	font-family: verdana, sans-serif;
	margin: 0px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #ffffff;
	list-style-type: none;
	line-height: 18px;
	font-family: verdana;
}

li {
	float: left;
	position: relative;
	width: 12em;
	cursor: pointer;
	cursor: hand;
}



ul li:hover {
	
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

li.first {
	
	color:#F6EE11;
	width: 8em;
}

li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 2em;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}

li ul li {
	
	background-color: #f8f8f8;
	border-bottom: 1px dashed #aaaaaa;
}


li ul {
	top: 18px;
}

li:hover ul, li.over ul {
	display: block;
}

#nav li a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #1A417A;
	padding: 0.1em 5px;
	width: 122px;
}

#nav li a.selected {
	
	background-repeat: no-repeat;
/*	text-decoration: line-through; */
	text-indent: 7px;
	width: 122px !important;
}

#nav a:hover {
	padding: 0.1em 5px;
	background-color: #DDB313;
	width: 133px !important;
}
/* Stil pentru Filtrare */
