/* This is now the German Nav*/
#mainNav a:link, #mainNav a:visited
{
	float:left;
	padding:16px 11px 16px 11px;
	#padding:16px 11px 16px 11px;
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

#mainNav a:hover, #mainNav a:active
{
	background: #0a547a;
}

