@charset "utf-8";
/* CSS Document */
img { behavior: url(iepngfix.htc); }

#nav2 {
	height: 26px;
	width: 960px;
	z-index: 200000;
}

#ul2 { /* all lists */

	list-style: none;
}

#lista { /* all list items */
	float: left;
	list-style: none;
}

#lista #ul2 { /* second-level lists */
	display: none;
	position:absolute;
	float:left;
	width:0;
	margin-left: 0px;
}

#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:hover #ul2, #lista.over #ul2 { /* lists nested under hovered list items */
	display: block;
}




