.chromestyle{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: auto;
	/*background: url(navigationsbilder/chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0px 5px 30px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
/*border-left: 1px solid #BBB; THEME CHANGE HERE*/
margin: 0px;
padding-left: 0px;
width: auto;
}

.chromestyle ul li a{
	color: #FFFFFF; /*text not active"*/
	padding: 6px 9px;
	margin: 0;
	text-decoration: none;/*border-right: 1px solid #DADADA;*/
	border-right: 2px solid #9B9B9B;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background-color: #666666;
	color: #FFFFFF;
}

.chromestyle ul li a.aktiv{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #666666;
color: #FFFFFF;
}


.chromestyle li a.aktiv { /* AKtiv für level 1 */
	background-color: #333333;
	color:#FFFFFF;
}

/*######### Style for Drop Down Menu #########*/

.dropmenudiv{
	position:absolute;
	top: 0;
	/* border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height: 20px;
	z-index:100;
	background-color: #CCCCCC;
	width: 170px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 3px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
