.chromestyle {
	
	font-weight: bold;
}

.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: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color:#ffffff;
}

.chromestyle ul li {
	float: left;
	text-align: center;
	height: 33px;
	overflow: hidden;
	background-image: url(/media/images/DropDownMenu/Reiter-normal.jpg);
	border-right:1px solid #ffffff;
}
.chromestyle ul li.shopbutton {
	background-image: url(/media/images/DropDownMenu/Reiter-shop.jpg);
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
.chromestyle ul li a {
	font-stretch: narrower;
	font-weight:normal;
	color: #ffffff;
	height:27px;
	display: block;
	padding: 6px 10px 0 10px;
	border-left:1px solid #004d60;
	border-right:1px solid #004d60;
	font-size: 16px;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Verdana, sans serif;
}
.chromestyle ul li.shopbutton a.shopbutton {
	background-image: url(/media/images/DropDownMenu/Reiter-shop.jpg);
	border-right:1px solid #e82f35;
	border-left:1px solid #e82f35;
}

.chromestyle ul li a:hover,.chromestyle ul li a.selected,.chromestyle ul li a.selected1 ,
.chromestyle ul li a.shopbutton:hover, .chromestyle ul li a.shopbutton_selected, .chromestyle ul li a.shopbutton_selected:hover  {
	/*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(/media/images/DropDownMenu/Reiter-hover.jpg);
	height: 27px;
	display: block;
	overflow: hidden;
	padding: 6px 10px 0 10px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	display: block;
	overflow: hidden;
	color:#004d60;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	padding:0;
	margin:0;
	border: 0px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #004d60;
	visibility: hidden;
	/*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv_shop {
	position: absolute;
	top: 0;
	padding:0;
	margin:0;
        margin-left:-57px;
	border: 0px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #004d60;
	visibility: hidden;
	/*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a, .dropmenudiv_shop a {
	
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #ffffff; /*THEME CHANGE HERE*/
	padding: 4px 35px 4px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-family: Arial, Verdana, sans serif;
        text-align: left;
}

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

.dropmenudiv a:hover,.dropmenudiv_shop a:hover  { /*THEME CHANGE HERE*/
	background-color: #6b9fb4;
}
