#menu {
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	line-height: 21px;
	word-spacing: 1px;
	font-size: 12px;
	top: 160px;
	left: 25px;
	z-index: 8000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 800px;
}
#menu li {
	float: left;
	
}
#menu a {
	float: left;
	color: #ffd283;
	padding: 1px 10px 5px 10px;
	border-right: 1px solid #8CA1A9;
	height: 24px; /* falsch fÃ¼r ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 14px; /* richtig */
}
html>body #menu a { /* width fÃ¼r opera */
	height: 14px;
}
#menu a:hover {
	color: #ffd283;
	background: #9CB1B9;
}

#menu a:hover.on {
	background: #9CB1B9;
	color: #DDE8EC;
}
