/* Language Selection Home And Header*/
#header #homeLink
{
	float:left;
	position:relative;
	display:block;
	top:15px;
/*
	left:10px;
*/
	left:250px;
	width:448px;
	height:71px;
	padding:0px 0px;
	text-decoration:none;
	background-image:url(../Img/Extranet/HomeLogo.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#header #languageSelect
{
	position:relative;
	top:25px;
	width:160px;
	height:30px;
	padding:8px 8px;
	margin-left:auto;
}

#header #historyBack
{
	position:relative;
	top:20px;
	width:90px;
	height:20px;
	padding:6px 6px;
	margin-left:auto;
	margin-right:16px;
	text-align:right;
}

#languageSelect a
{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	border:solid 1px #898480;
	background-color:#000000;
	padding:4px 4px 4px 4px;
	margin:10px 10px;
}

#languageSelect a:hover
{	text-decoration:underline;	}


#historyBack a
{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	border:solid 1px #898480;
	background-color:#000000;
	padding:4px 4px 4px 4px;
	margin:00px 00px;
}

#historyBack a:hover
{	
	color:#000000;
	background-color:transparent;
	text-decoration:underline;
}
