/* Hauptnavigation */

/* navigation */

.chromestyle {
	width: 100%;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	padding: 3px 0px 3px 0px ;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	margin-left:5px;
}
.chromestyle ul li {
	display: inline;

}
.chromestyle ul li a {
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding:6px 15px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:normal;
	border-right: solid #FFF 1px;
	line-height:11px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected,
.chromestyle ul li a.aktiv { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(..bilder/nav-bg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	background-image:url(../bilder/nav-bg-over.gif);
}
/*######### 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: 16px;
	z-index:100;
	background-color: #CCCCCC;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=1); 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: 3px 11px;
	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;
}
