#navigation {

	background-image: url(style_images/navigation.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
	width: 800px;
}

#navigation a:hover {
	color: red;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
}
