#topnav_container {
	position: absolute;
	top: -2.25em;
	left: 2.5em;
	z-index:2;
	margin: .8em 0 .8em 0;
	border:0px solid #777;

	text-align: left;
	font-size: 1em;
	padding:0.3em 0; /*IE6: needs this, otherwise some border will not render of li's */

}

#topnav_container ul {
	border:0px solid #ccc;
	margin: 0.1em 0;
	float:none;
	padding: 0em;
	background-color: transparent;
	color: #fff;
	list-style: none;

}

#topnav_container ul li {
	display: inline;
	border: 0px solid red;
	

}

#topnav_container ul li a {
	padding: 0.3em 0.8em;
	background-color: #eee;
	margin: 0 0.0em;
	color: #666;
	text-decoration: none;
	border-right: .1em solid #777;
	border: 1px solid #777;
	float:none;
	letter-spacing: .055em;


}

#topnav_container ul li a:hover {
	background-color: #ad5;
	color: #fff;
}
