#menuebox	{
	position: relative;
	height: 20px;
	border: 0px solid white;
	width: 940px;
	margin: auto;
}

#menue	{
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 2px;
	z-index: 2;
	margin: 10px auto;
	border: 0px solid white;
}

.aussen	{
	float: left;
	display: block;
	overflow: hidden;
	width: 233px;
	height: 18px;
	font-weight: bold;
	vertical-align: middle;
	background: #E1E9F3;
	font-size: 14px;
	color: #334880;
	border: 1px solid;
	border-color: #C6C6C6 #535353 #535353 #C6C6C6;
}


.aussen:hover	{
	height: auto;
	background-color: #334880;
	color: #E1E9F3;
	border-bottom: 1px solid #C6C6C6;
}

a.innen-1	{
	margin-top: 2px;
}

a.innen,
a.innen-1	{
	display: block;
	width: 233px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #C6C6C6;
	background-color: #E1E9F3;
	color: #334880;
	font-size: 12px;
}


a:visited.innen,
a:visited.innen-1	{
	background-color: #E1E9F3;
	color:#334880;
}

a:hover.innen,
a:hover.innen-1	{
	background-color: #334880;
	color: #E1E9F3;
}

span.menutag	{
	display: block;
	cursor: default;
	width: 233px;
	height: 18px;
	text-align: center;
}