@charset "UTF-8";
.navigation {
	width: 200px;
	background-color: #669900;
	padding: 5px;
	clear: left;
	float: left;
	border: thin dotted #0066FF;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	height: 15px;
	left: auto;
	top: 5px;
	right: auto;
	bottom: auto;
	background-attachment: fixed;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	position: fixed;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	word-spacing: 2pt;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	white-space: normal;
	display: run-in;
}

