/****************** Top Navigation */
ul#topnav {
	margin:0 auto !important;
	list-style-type:none;
	clear: both;
	width: 954px;
	float: none;
	background: url(../images/bg/nav_bg.png) repeat-x;
	height: 40px;
	display: block;
	position: relative;
}

#topnav li {
	float: left;
	margin: 0 auto;
}
	#topnav li:hover {
		background: url(../images/bg/nav_bg_ovr.png) repeat-x;
		height: 40px;
		cursor: pointer;
		color: #c1c1c2;
	}
#topnav a, #topnav a:visited {
	color: #fff;
	position: relative;
	padding: 0 25px;
	top: 8px;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
}
#topnav a:hover, #topnav a:visited:hover, .sfHover {
	color: #c1c1c2 !important;
}