
#nav2 {
	width: 992px;
	z-index: 200000;
}

#ul2 { /* all lists */
	list-style: none;
	width:992px;
	z-index: 220000;
	
}
#ul3 { /* all lists */
	list-style: none;
	width:992px;
	z-index: 220000;
	
}

#lista { /* all list items */
	height: 28px;
	float: left;
	list-style: none;
 }

#lista #ul2 { /* second-level lists */
	display: none;
	position:absolute;
	float:left;
	width:992;
	margin-top:-2px;
	margin-left:-581px;
}
#lista #ul3 { /* second-level lists */
	display: none;
	position:absolute;
	float:left;
	width:992;
	margin-top:-2px;
	margin-left:-205px;
}

#lista>#ul2 { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	left: auto;
	top:auto;
}
#lista>#ul3 { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	left: auto;
	top:auto;
}

#lista:hover #ul2, #lista.over #ul2 { /* lists nested under hovered list items */
	display: block;
}

#lista:hover #ul3, #lista.over #ul3 { /* lists nested under hovered list items */
	display: block;
}




