.headerTable.rhombusHeader {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	height: 52px;
}

.rhombusHeader.bgGradientTopMini {
}

.rhombusHeader.headerOverlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	color: white;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 698;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.rhombusHeader .lineSeparatorDarkGrey {
	height: 1px;
	width: 100%;
	background: #989898;
}
.rhombusHeader .lineSeparatorLightGrey {
	height: 1px;
	width: 100%;
	background: #D4D4D4;
}

.rhombusHeader .headerMenu li {
	list-style: none;
	margin-left: 5px;
	float: left;
	font-weight: bold;
	border: 0 !important;
	background-color:transparent !important;
	background: transparent !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.rhombusHeader .topNoLine.logo img {
	margin-left: -1px;
	margin-top: -1px;
}
.rhombusHeader .headerMenu {
	padding-right: 8px;
}

.rhombusHeader .headerMenu a.backButton {
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/rhombusBack.png) no-repeat;
	background-position: 50% 6px;
	height: 32px;
	width: 33px;
}

.rhombusHeader .headerMenu a.searchButton {
	background: url(../img/rhombusSearch.png) no-repeat;
	background-position: 10px 5px;
	height: 34px;
	width: 42px;
}

.rhombusHeader .headerMenu .activeButton a.searchButton {
	background: #999 url(../img/rhombusSearchActive.png) no-repeat;
	background-position: 10px 5px;
	border-radius: 3px;
	display: inline-block;
	box-shadow: 0 1px 2px rgba(50,50,50,0.75) inset;
}

.rhombusHeader .headerMenu a.menuButton {
	background: url(../img/rhombusMenu.png) no-repeat;
	background-position: 9px 8px;
	height: 34px;
	width: 42px;
	padding: 0px;
}

.rhombusHeader .headerMenu .activeButton a.menuButton {
	background: #999 url(../img/rhombusMenuActive.png) no-repeat;
	background-position: 9px 8px;
	border-radius: 3px;
	display: inline-block;
	box-shadow: 0 1px 2px rgba(50,50,50,0.75) inset;
}

.rhombusHeader .headerMenu a.customButton {
	overflow: hidden;
	height: 34px;
	width: 34px;
}

.headerMenuContainer {
	z-index: 999;
	position: absolute;
	top: 50px;
	right: 0px;
	left: 0px;
	clear: both;
	padding: 0em;
	background-color: white;
	display: none;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #9d9d9d;
	box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
}

.headerMenuContainer .mod.imagelinklistrichtext .link {
	border: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.headerMenuContainer .mod.imagelinklistrichtext .normalLink {
	background-color: #f0f0f0;
}

.headerMenuContainer .mod.imagelinklistrichtext .normalLink .link-text {
	font-size: 21px;
	color: #333333;
}

.headerMenuContainer .buttonLineContainer,
.headerSearchContainer .buttonLineContainer {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.headerMenuContainer .closeMenuButton:link,
.headerSearchContainer .closeMenuButton:link,
.headerMenuContainer .closeMenuButton:visited,
.headerSearchContainer .closeMenuButton:visited,
.headerMenuContainer .closeMenuButton:hover,
.headerSearchContainer .closeMenuButton:hover,
.headerMenuContainer .closeMenuButton:active,
.headerSearchContainer .closeMenuButton:active {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	color: #666666;
	font: 18px Arial, sans-serif;;
	border: 0px;	
	background-image: none;
	filter: none;
	display: inline-block;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 4px;
	min-height: 20px;
	max-height: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	
}

.headerMenuContainer .buttonLineContainer:after,
.headerSearchContainer .buttonLineContainer:after {
	content: " ";
	display: inline-block;
	width: 11px;
	height: 7px;
	background: url(../img/arrow_up_new.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 7px;
}

.rhombusHeader.headerSearchContainer .mod.search {
	width: 100% !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.rhombusHeader.headerSearchContainer .mod.search .postAnchorContainer {
	border-spacing: 0px;
}

.rhombusHeader.headerSearchContainer .mod.search .postAnchorContainer td:first-child {
	width: 100%;
}

.rhombusHeader.headerSearchContainer {
	z-index: 999;
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	clear: both;
	padding: 0em;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: white;
	display: none;
	box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-moz-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(50,50,50,0.75);
}

.rhombusHeader.headerSearchContainer .mod.search .postAnchorContainer .vdf_ui_btn:link,
.rhombusHeader.headerSearchContainer .mod.search .postAnchorContainer .vdf_ui_btn:visited, 
.rhombusHeader.headerSearchContainer .mod.search .postAnchorContainer .vdf_ui_btn:hover, 
.rhombusHeader.headerSearchContainer .mod.search .postAnchorContainer .vdf_ui_btn:active {
	width: auto;
	margin: 0 0 0 10px;
	padding: 10px 6px 8px;
}


.headerMenuContainer .groupcontainer {
	margin: 0px;
	padding: 0px;
}

.headerMenuContainer .mod.infoDropDown,
.headerMenuContainer .mod.imagelinklistrichtext {
	padding: 0px;
}

.headerMenuContainer .mod.imagelinklistrichtext {
	margin-top: 0px;
}

.headerMenuContainer .infoDropDown .bodyContainer {
	background-color: #f0f0f0;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px; 
}

.headerMenuContainer .mod.infoDropDown .text.ui-header,
.headerMenuContainer .mod.imagelinklistrichtext .text.ui-header {
	display: none;
}

.headerMenuContainer .infoDropDown .infodropdown-line-container {
	background-color: #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px #FFF;
	-moz-box-shadow: 0px 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px #FFF;
}

.headerMenuContainer .mod.buttonlinklist .buttonLineContainer:after {
	display: none;
}

.headerMenuContainer .mod.buttonlinklist {
	padding-top: 0px;
}

.headerMenuContainer .mod.buttonlinklist .vdf_ui_btn {
	margin-bottom: 0px;
}