html {
	font-size: 15px;
	/* 1 */
	overflow-y: scroll;
	/* 2 */
	-webkit-text-size-adjust: 15px;
	/* 3 */
	-ms-text-size-adjust: 15px;
	/* 3 */
	*font-size: 16px;  /* IE7 */
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

#containerBG {
	padding-top: 10px !important;
}

ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

table {
	line-height: 0;
}

.mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct:hover, .mod-pageheader .mod-pageheader-nav li.mod-pageheader-nav--bizproduct.mod-pageheader-nav--active {
    background-position: -650px -65px !important;
}


.mod-pageheader .mod-pageheader-nav {
	*margin-left: -30px; /* for IE7,8 */
}
.mod-pageheader .mod-pageheader-nav .mod-pageheader-nav--active a, .mod-pageheader .mod-pageheader-nav a:hover {
   	*height: 65px; /* for IE7,8 */
}