#navigation_bar {

	position: absolute;
	left: 0px;
	height: 25px;
	width: 974px;
	color: #666666;
	top: 75px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 9pt;
	background: url(/images/buttons/button-bg.gif) repeat-x;
}

#navigation_bar a {

	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

#navigation_bar a:hover {

	color: #666666;
	text-decoration: none;
}