div#menu {
	position: absolute;
	top: 71px;
	height: 62px;
	font-size: 12px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style: none;
	float: left;
}

#menu li a,
#menu li span {
	display: block;
	height: 18px;
	padding: 4px 14px 0 14px;
	font-size: 12px;
	border-top: solid 1px #94c5e1;
	border-left: solid 1px #94c5e1;
	border-right: solid 1px #005b99;
}

* html body #menu li a,
* html body #menu li span {
	width: 20px;
	white-space: nowrap;
	/* IE6 Hack damit NaviButtons eine width < 100% bekommen */
}

div#menu li a:link,
div#menu li a:visited,
div#menu li a:active {
	color: #ffffff;
	text-decoration: none;
	background: url('../images/menu.gif');
}

div#menu li.active a,
div#menu li span {
	color: #000000;
	text-decoration: none;
	background: #ffbc3a url('../images/menu_hover.gif') repeat-x;
	border-bottom: solid 1px #ffbc3a;
	border-left: 1px solid #fff;
}

#menu li.active a {
	font-weight: bold;
}
#menu li.active a:hover {
	text-decoration: underline;
}

#menu #submenu {
	height: 16px;
	font-size: 11px;
	padding: 3px 0 0 14px;
	clear: both;
}

*+html body #menu #submenu {
	padding: 2px 0 0 14px;
}

* html body #menu #submenu {
	padding: 2px 0 0 14px;
}

#menu #submenu {
	font-weight: bold;
}

#menu #submenu a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0 10px;
}

#menu #submenu a:hover {
	color: #000000;
	text-decoration: underline;
}