#menu {
	POSITION: absolute;
	left: 10px;
	top: 15px;
	z-index: 1;
	width: 680px;
}

#menu ul {
	MARGIN: 0px;
	list-style-type: none;
	width: 99%;
	height: 20px;
	padding: 0.3em;
}

#menu li {
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #656565;
	height: 12px;
	padding-right: 0.8em;
	padding-left: 0.8em;
}

#menu a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #656565;
	font-size: 0.8em;
}


#menu a:hover {
	color: #FF6600;
}

