#subnav, #subnav2 {
	background-color: #cd071e;
	color: white;
}
#subnav a {
	color: white;
	font-weight: bold;
	margin-left: 10px;
	border-right: 1px solid white;
	padding-right: 10px;
}
#subnav a:hover {
	text-decoration: underline;
}
