@charset "utf-8";
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(topnav_stretch.gif);
	background-repeat: repeat-x;
	font-style: #000;
	margin-bottom: 10px;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#topnav li a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 8px;
}
ul#topnav li a:hover {
	color: #000;
	background-color: #CCC;

}

