
/* accesskeys */
#accesskeys {
	position:absolute; top:-200px; left:-200px;
}

/* headerContainer */
#headerMainContainer {
	position:absolute; left:0px; top:0px; width:970px; height:111px; z-index:5;
}

/* headerLogoContainer */
#headerLogoContainer {
	position:absolute; left:38px; top:20px; width:101px; height:75px; z-index:100;
}

#headerLogoContainer .logo {
	border:none;
}

/* headerMetanavContainer */
#headerMetanavContainer {
	position:absolute; left:170px; top:6px; width:800px; height:95px; z-index:10;
}

#headerMetanavContainer .linkList {
	margin:1px 0px 0px 0px;
	float:right;
}

#headerMetanavContainer .linkList .linkListText {
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 10px 0px 9px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	float:left;
}

#headerMetanavContainer .linkList a.linkListTextHref {
	color:#666666; text-decoration:none;
}

#headerMetanavContainer .linkList a.linkListTextHref:hover {
	color:#11aaff; text-decoration:none;
}

#headerMetanavContainer .searchBox {
	margin:0px 13px 0px 3px;
	padding:0px 0px 0px 0px;
	float:right;
}

#searchForm .searchInput {
	width:82px;
	height:19px;
	background:url(../img/search_input.gif) no-repeat left center;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
	float:left;
}

#searchForm .searchInput input {
	width:82px;
	background:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#searchForm .searchSubmit {
	width:19px;
	height:19px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#searchForm a.searchLink {
	background-image:url(../img/search_submit.gif); width:19px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:19px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}

#searchForm a.searchLink:hover {
	background-position:0px -19px;
}

#headerMetanavContainer .languageSelection {
	margin:1px 0px 0px 0px;
	float:right;
}

#headerMetanavContainer .languageSelection .langText {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#001155;
	text-decoration:none;
	float:left;
}

#headerMetanavContainer .languageSelection .langSeperator {
	margin:0px 4px 0px 4px;
	padding:0px 0px 0px 0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:normal;
	color:#bbbbbb;
	text-decoration:none;
	float:left;
}

#headerMetanavContainer .languageSelection a.link {
	color:#11aaff; text-decoration:none;
}

#headerMetanavContainer .languageSelection a.link:hover {
	color:#11aaff; text-decoration:none;
}

/* headerNavigationContainer */
#headerNavigationContainer {
	position:absolute; left:84px; top:81px; width:886px; height:30px; z-index:10;
}

#navigationList {
	background:url(../img/tab_background.gif) no-repeat 0px 0px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#navigationList li {
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#navigationList li.spacerTab {
	width:102px;
}

#navigationList a {
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:30px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}

#navigationList a:hover {
	background-position:0px -30px;
}

#navigationList li.active {
	position:relative; z-index:100;
	margin:0px -8px 0px -8px;
}

#navigationList li.active a:hover {
	background-position:0px 0px;
}

.nav-main li .right { float: none } /* Defect-8373 */
