#topnav {
	width:950px;
	height:39px;
	left:50%;
	position:relative;
	border-top:#ffffff 1px solid;
	margin:0px 0px 0px -475px;
	background:#4e4e4e url(../images/layouts/topnav/bottom_right.gif) bottom right no-repeat;
}
#topnav ul {
}
#topnav ul li {
	float:left;
	height:39px;
	display:block;
	background:url(../images/layouts/topnav/separator.gif) left no-repeat;
}
#topnav ul li.corner {
	width:10px;
	padding:0px;
	background:url(../images/layouts/topnav/bottom_left.gif) bottom left no-repeat;
}
#topnav ul li.first {
	background:none;
}
#topnav ul li a {
	display:block;
	line-height:39px;
	padding:0px 20px 0px 22px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.2em;
	color:#ffffff;
}
#topnav ul li a:hover {
	color:#ffffff;
	line-height:39px;
	text-decoration:none;
	background:url(../images/layouts/topnav/indicator.gif) bottom center no-repeat;
}