.chromestyle {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	float: left;
	width: auto;
	/*background: url(../bilder/navi_overstate_hg.png) center center repeat-x; THEME CHANGE HERE*/
	padding: 4px 30px 5px 30px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
	/*border-left: 1px solid #BBB;*/
	margin: 0px;
	padding-left: 0px;
	width: auto;
}
.chromestyle ul li a {
	color: #FFF; /*text not active"*/
	padding: 6px 9px;
	margin: 0;
	text-decoration: none;/*border-right: 1px solid #DADADA;*/
}
/*OVERSTATE*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background-color: #FFF;
	color: #3d474a;
	text-decoration: underline;
	background-image:url(../bilder/navi_overstate_hg.png)
}
.chromestyle ul li a.aktiv { /*script dynamically adds a class of "selected" to the current active menu item*/
	/*	background-color: #666666;*/
	color: #333;
	background-image:url(../bilder/navi_over_hg.png)
}
.chromestyle li a.aktiv { /* AKtiv für level 1 */
	/*	background-color: #666666;*/
	color:#3d474a;
}

