#Meniu {
	height: 40px;
	width: 850px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

/* Meniu principal */
.meniu {padding:0 0 0 10px; margin:0; list-style:none; height:40px; background:url(../imagini/meniu.png) no-repeat; font-family:verdana, arial, sans-serif; font-size:12px; width:840px;}
.meniu li {float:left; height:40px;}
.meniu li a {display:block; height:40px;width:118px; float:left;	line-height:37px; color:#fff; text-decoration:none;
text-align:center;}
.meniu li a:hover {position:relative; visibility:visible; line-height:33px; z-index:250;}
.meniu li a:hover span {display:block; width:118px; height:40px; position:absolute; left:0; top:0; cursor:pointer;}
.meniu li ul, .meniu li div  {position:absolute; left:-9999px;}
.meniu li:hover {position:relative;}
.meniu li:hover > a {line-height:35px; color:#fff;}
.meniu li:hover > a span {display:block; width:118px; height:40px; position:absolute; left:0; top:0; cursor:pointer;}

/* pt tampenia de ie */
.meniu table {border-collapse:collapse; margin:-1px;}

/* drop menu level 1 */
.meniu :hover div {left:0;	top:37px;	width:200px; height:180px;	padding:10px 0;	z-index:300; background: url(../imagini/ul.png) no-repeat left top; direction: ltr;}
.meniu :hover ul {padding:10px 0; margin:0; list-style:none; left:0; top:37px; width:200px; height:144px; padding:10px 0; z-index:320;}
.meniu :hover ul li {height:27px;}
.meniu :hover ul li a {	height:35px; line-height:30px;	color:#fff;	width:196px;	text-align:left;	text-indent:20px;	background: url(../imagini/link.png);}
.meniu :hover ul li a:hover {background: url(../imagini/link-hover.png); line-height:28px;}
.meniu :hover ul li:hover > a {background: url(../imagini/link-hover.png); line-height:28px;}
