.headerTable {
	width: 100%;
	padding: 0px 2.5% 0px 2.5%;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	/*height: 69px;*/
}

.headerTable a {
	text-decoration: none;
}

.topNoLine {
	margin-bottom: 0px;
}

.topNoLine div {
	background: transparent;
}

.topNoLine img {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}

.topNoLine.logo {
	width: 62px; /* Compensate the left margin in .topNoline img */
}

.topNoLine.logo img {
	margin-left: -8px; /* Compensate for the white margins in the image */
}

.topNoLineText {
	margin-bottom: 0;
	padding-left: 0px;
}

.ui-bar-a {
	border: none;
}

.headerMenu {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	vertical-align: top;
}

.headerText {
	margin: 0.5em 0 0 0;
	font-size: 22px;
	text-shadow: none;
	font-weight: bold;
	float: left;
}

.headerMenu ul {
	padding: 8px 0px 0px 0px;
	float: right;
	margin: 0px;
	z-index: 800;
}

.headerMenu li {
	list-style: none;
	border: 1px solid #b2b2b2;
	margin-left: 5px;
	float: left;
	font-weight: bold;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	background: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(50%, #eeeeee), color-stop(100%, #dedede) );
	background: -moz-linear-gradient(top, white, #E7E7E7);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.headerMenu li.activeButton {
	height: 42px;
	moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	background-color: rgb(250, 250, 250);
	background: rgb(250, 250, 250);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7E7E7),
		color-stop(50%, #eeeeee), color-stop(100%, rgb(250, 250, 250) ) );
	background: -moz-linear-gradient(top, #E7E7E7, rgb(250, 250, 250) );
	position: relative;
	z-index: 9999;
	border-bottom-width: 0px;
	background-position: initial;
	background-repeat: initial;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

.headerMenu a {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 13px;
	display: block;
	text-decoration: none;
}

.headerMenu a.backButton {
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/arrow_left.png) no-repeat;
	background-position: 50%;
	height: 32px;
	width: 33px;
}

.headerMenu a.customButton {
	overflow: hidden;	
	height: 32px;
	width: 33px;
}

.headerMenu a.menuButton {
	background: none;
	width: auto;
	text-indent: 0;
	padding: 8px 6px;
	height: 16px;
}

.headerMenu a.searchButton {
	background: url(../img/mag_glass.png) no-repeat;
	background-position: 5px 4px;
	height: 32px;
	width: 33px;
}

.headerMenuContainer {
	z-index: 999;
	position: absolute;
	top: 50px;
	/*right: 2.5%;
	left: 2.5%;*/
	right: 8px;
	left: 8px;
	clear: both;
	padding: 0em;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 4px solid #E60000;
	padding-bottom: 10px;
	background-color: white;
	display: none;
}

.headerSearchContainer {
	z-index: 999;
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	clear: both;
	padding: 0em;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	background-color: white;
	display: none;
}

.headerSearchResults {
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.headerOverlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	z-index: 698;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.closeMenuButton:link,.closeMenuButton:visited,.closeMenuButton:hover,.closeMenuButton:active
	{
	display: inline-block;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	white-space: nowrap;
	text-shadow: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 11px;
	max-height: 11px;
	padding-top: 12px;
	padding-bottom: 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #343434 !important;
	border: 1px solid #C4C4C4;
	border-bottom-color: #C4C4C4;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #DEDEDE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #DEDEDE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF),
		color-stop(100%, #DEDEDE) );
	background-image: -webkit-linear-gradient(top, #FFFFFF, #DEDEDE);
	background-image: -o-linear-gradient(top, #FFFFFF, #DEDEDE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#DEDEDE' );
	background-image: linear-gradient(top, #FFFFFF, #DEDEDE);
}

.closeMenuButton:active,.closeMenuButton.active_android {
	color: #343434 !important;
	border: 1px solid #C4C4C4;
	border-bottom-color: #C4C4C4;
	background-color: #C5C5C5;
	background-image: -moz-linear-gradient(top, #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	background-image: -ms-linear-gradient(top, #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C5C5),
		color-stop(50%, #ECECEC), color-stop(100%, #F5F5F5) );
	background-image: -webkit-linear-gradient(top, #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	background-image: -o-linear-gradient(top, #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5C5C5',
		endColorstr='#F5F5F5' );
	background-image: linear-gradient(top, #C5C5C5 0%, #ECECEC 50%, #F5F5F5 100%);
}

#headerMenuModules	ul li > a:focus,
#headerMenuModules	ul li > a:visited,
#headerMenuModules	ul li > a:active{
	background-color: transparent;
	color: #333333;
}