#meniu {
	padding:0;
	margin:0 auto;
	list-style:none;
	height:50px;
	background:#fff url(../imagini/meniu-bg.png) repeat-x;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	width: 810px;

}
#meniu li.nivel1 {display:block; float:left;}
#meniu li a.nivel1_a {display:block; float:left; height:50px; line-height:33px; color:#c1c1c1; text-decoration:none; font-size:13px; font-weight:bold; padding:0 0 0 20px; cursor:pointer;background: url(../imagini/meniu-bg.gif);}
#meniu li a.nivel1_a span {float:left; display:block; padding:10px 40px 0 20px; height:40px; background: url(../imagini/meniu-bg.gif) right top no-repeat;}
#meniu li a.nivel1_a span.drop {float:left; display:block; padding:10px 40px 0 20px; height:40px;}

#meniu li:hover a.nivel1_a,
#meniu a.nivel1_a:hover
{color:#fff; background: url(../imagini/a-hover-bg.gif) no-repeat;}
#meniu li:hover a.nivel1_a span, 
#meniu a.nivel1_a:hover span
{background:url(../imagini/a-hover-bg.gif) no-repeat right top;}
#meniu li:hover a.nivel1_a span.drop,
#meniu a.nivel1_a:hover span.drop
{padding-bottom:3px;}

#meniu table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#meniu li:hover {position:relative; z-index:200;}
#meniu a:hover {position:relative; white-space:normal; z-index:200;}

#meniu :hover ul.nivel2
{left:1px; top:53px; background: #B70A6C; padding:3px; border:1px solid #2B0217; white-space:nowrap; width:160px; height:auto; z-index:300;}
#meniu :hover ul.nivel2 li
{display:block; height:20px; position:relative; float:left; width:160px; font-weight:normal;}
#meniu :hover ul.nivel2 li a
{display:block; font-size:13px; height:18px; width:158px; line-height:18px; text-indent:5px; color:#fff; text-decoration:none;border:1px solid #B70A6C;}

#meniu :hover ul.nivel2 li a:hover 
{ color:#fff; font-weight:bold;}

#meniu a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}

#meniu ul, 
#meniu a:hover ul ul,
#meniu a:hover a:hover ul ul,
#meniu a:hover a:hover a:hover ul ul,
#meniu a:hover a:hover a:hover a:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#MenuHolder {
	width: 960px;
	background: url(../imagini/meniu-bg.png) repeat-x;
}

