.addClear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.addClear {
	display: block;
}
                      

#header * {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

#header li {
	line-height: 1.5em;
	margin-left: 1.5em;
}

#header {
	position: relative;
	width: 100%;
	height: 166px;
	background-color: #CCDEFF;
	/*background-image: URL("/images/desktopBg.jpg");*/
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 {
	position: absolute;
	margin: 0;
	width: 146px;
	height: 86px;
	top: 20px;
	left: 12px;
	background-image: URL("/images/logo.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#header a {
	display: block;
	font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	vertical-align: baseline;
	text-decoration: none;
}

#header h1 a {
	width: 146px;
	height: 86px;
	overflow: hidden;
	text-indent: -1000em;
}

#language {
	margin: 0;
	line-height: 0;
	position: absolute;
	top: 20px;
	right: 10px;
}

#language li {
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
	background-image: URL("/images/languageLiBg.gif");
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 0;
}

#language li a {
	width: 40px;
	height: 22px;
	margin: 0 .3em;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	padding: .2em 0;
}

#quickLinks {
	padding: 121px 10px 0;
	height: 45px;
	overflow: hidden;
	margin: 0;
	line-height: 0;
}

#quickLinks li {
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	min-height: 37px;
	margin-bottom: .4em;
}

#quickLinks li a {
	width: 80px;
	margin: 0 4px;
	padding: .8em 0 0 37px;
	line-height: 1.1em;
	color: #0f254a;
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
}

.qlMap {
	background-image: URL("/images/ico/qlMap.gif");
}

.qlTraffic {
	background-image: URL("/images/ico/qlTraffic.gif");
}

.qlInfo {
	background-image: URL("/images/ico/qlInfo.gif");
}

.qlRestrictions {
	background-image: URL("/images/ico/qlRestrictions.gif");
}

.qlCommerce {
	background-image: URL("/images/ico/qlCommerce.gif");
}

.qlOnline {
	background-image: URL("/images/ico/qlOnline.gif");
}

.addClear {
	display: inline-block;
}

.addClear {
	display: block;
}

* html #quickLinks li {
	height: 37px;
}