#navigation_bar {

	position: absolute;
	left: 0px;
	height: 25px;
	width: 974px;
	color: white;
	top: 55px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 9pt;
	background: url(/images/backgrounds/h1BG_red.png) #C00 repeat-x;
}

#navigation_bar a {

	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#navigation_bar a:hover {

	color: white;
	text-decoration: none;
}
