@charset "UTF-8";
/* CSS Document */


#navigation {
	padding: 0px;
	width: 800px;
	background-image: url(../slices/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 30px;
	margin: 0px;
}

#navigation ul {
	padding: 0px;
	margin-top: 5px;
	float: left;
	list-style-type: none;
	top: 140px;
	margin-left: 25px;
	word-spacing: 0.26em;
}

#navigation li {
	display: inline;
	margin-right: 25px;
	margin-left: 6px;
	list-style-type: none;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #775826;
	text-decoration: none;
}



