* html #nav ul.produse { // IE6
	display: none;
}

#nav ul.produse {
	background: url('images/submeniu_produse.jpg') no-repeat top center;
	width: 732px;
	height: 100px;
}

#nav li ul { /* second-level lists */
	z-index: 1000;
	position: relative;
	background-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	padding-top: 5px;
	display: block;	
	float: left;
	background: url('images/spacer.gif') no-repeat;
	width: 122px;
}
#nav li ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	background: url('images/spacer.gif') no-repeat;
	width: 100%;
}

#nav li ul li a:hover {
	color: #BBBBBB;
}

#nav li li.sfhover a, #nav li li:hover a {
	color: #BBBBBB;
}

#nav li li.sfhover li a, #nav li li:hover li a {
	color: #BBBBBB;
}

#nav li li.sfhover li a:hover, #nav li li:hover li a:hover {
	color: #BBBBBB;
}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: -220px;
	*margin-left: auto;
	*margin-right: auto;
}

#nav li:hover a.main, #nav li.sfhover a.main {
	background: url('images/meniu_buton.jpg') no-repeat; 
}

 	/* FIX IE7 Suckerfish sticky menus */
	
#nav li:hover, #nav li.hover { position: static; }


