#nav {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}
#nav img.header {
	position: relative;
	float: left;
}
#nav ul {
	float: left;
	width: 950px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	background: url(../images/nav_back_off.gif) repeat-x #ca1f76;
}
#nav ul li {
	position: relative;
	float: left;
	margin: 0;
}
#nav ul li.spacer {
	float: none;
}
#nav ul li a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 6px 10px;
}
#nav ul li a:hover, #nav ul li a.selected {
	color: #0d3f8e;
	background: url(../images/nav_back_on.gif) repeat-x #eceff0;
}