.chromestyle{
	width: 100%;
4	float: center;
	font-size: 14px;
	color: #666666;



}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
	font-size: 14px;
	color: #666666;

}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 31px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
	font-size: 14px;
	color: #666666;

}

.chromestyle ul li{
display: inline;
	font-size: 14px;
	color: #666666;

}

.chromestyle ul li a{
padding: 4px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #999999;
font-size: 14px;
color: #666666;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:  url(file:///L|/Neuer%20Ordner%20(2)/webseite/script/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font-size: 14px;
	color: #666666;
	line-height:18px;
	z-index:0;
	width: 190px;
	visibility: hidden;
	background: #cccccc;
.gif);

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 12px;
border-bottom: 0px solid #940320; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
	font-size: 14px;
	color: #666666;
}

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

.dropmenudiv a:hover{
	background-color: #999999;
	text-decoration: none;

}
