#header-language-selector {
	width:170px;
	border:1px solid #D0D0D0; 
	background-color:white; 
	position:absolute; 
	z-index:100;
}

ul#language-select {
	list-style-type: none;
	display: block;
	}
	
ul#language-select li {
	display: block;
	width: 170px;
	}
	
ul#language-select li a {
	display: block;
	padding: 3px 12px;
	width: 146px;
	font-size: 12px;
	color: #646365;
	text-decoration: none;
	}
	
ul#language-select li a:hover {
	background: #d0d0d0;
	}


.page_header {
	overflow: hidden;
	width: 983px;
	white-space: nowrap;
	padding:0;
	margin: 0 auto;	
	height:70px;
}
.page_header a{
	text-decoration:none;
}
.page_header a:hover{
	text-decoration:underline;
}

#header-navhelp {
 width: 100%;
 overflow: hidden;
 text-align: right;
 white-space: nowrap;
}
#header-navhelp ul {
 float: right;
 list-style: none;
 margin: 2px 0 0 0;
 padding: 0 10px 0 0;
}
#header-navhelp ul li {
 border-right: 1px solid #646365;
 float: left;
 line-height: 15px;
 height: 18px;
 }
#header-navhelp ul li a {
 padding: 0 8px 0 8px;
 height: 18px;
}

#header-navhelp ul li#language_link a {
 padding: 0 54px 0 8px;
 color: #656364;
 font-size: 10px;
}

#header-navhelp ul li.last {
 border-right: none;
}

#header-navhelp ul li#language_link {
	border-right: 0 !important;
	background: url(/images/bg_language_select.gif) right 3px no-repeat;
	height:18px;
	
}