


.tabMenue {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.tabMenue ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

.tabMenue li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	/*text-transform: uppercase;*/
}

.tabMenue a {
	float: left;
	color: #006699;
	/*background: #e3e3e3 url(/img/color_tabs_left.gif) no-repeat left top;*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}

.tabMenue a span {
	float: left;
	display: block;
	/*background: transparent url(/img/color_tabs_right.gif) no-repeat right top;*/
	background: #f2f1e9;
	padding: 4px 8px 2px 7px;
}

.tabMenue a span {
	float: none;
}

.tabMenue a:hover {
	/*text-decoration: underline;*/
}

.tabMenue a:hover span {
	border-bottom: 0px solid #006699;
}

.tabMenue .selected a,#tabMenue .selected a span {
	/*currently selected tab*/
	background: transparent;
}

.Trennlinie {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #f2f1e9;
	border-top: 1px solid #fff;
	/*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenue_style {
	position: absolute;
	top: 0;
	margin-left: 3px;
	line-height: 18px;
	z-index: 100;
	background: #fecc83;
	border: 0px solid #006699;
	width: 170px;
	visibility: hidden;
}

.dropmenue_style a {
	width: auto;
	display: block;
	text-indent: 7px;
	border-bottom: 0px dashed #006699;
	padding: 2px 0;
	text-decoration: none;
	color: #000;
	/*text-transform: uppercase;*/
}

* html .dropmenue_style a { /*IE only hack*/
	width: 100%;
}

.dropmenue_style a:hover { /*THEME CHANGE HERE*/
	background: transparent;
	color: #006699;
}
