/* Menu */
#menubar {
	height: 43px;
	width: 850px;
	/*
	background-image: url(topnavbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	padding-top: 50px;
}
#menubar a:link {
	text-decoration: none;
	/*border-bottom-style: none;*/
}
#menubar a:visited {
	text-decoration: none;
	/*border-bottom-style: none;*/
}
#menubar a:hover {
	color: #C01A22;
	text-decoration: none;
	/*border-bottom-style: none;*/
}
