/* CSS Document */

#navigation {
	float: left;
	width: 898px;
	height: 55px;
	margin: 0;
	padding: 0;
	background: url(../grfx/nav_bg.jpg) top left no-repeat;
}

#navigation p {
	color: #feeecd;
	font-weight: bold;
	font-size: 0.7em;
	margin: 15px 0 0 10px;
}

#navigation a {
	color: #feeecd;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

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