﻿#topnavigation {
	background-color: #AEB3B9;
	width: 676px;
	height: 36px;
}

	#topnavigation ul {
		margin-left: 24px;
		list-style: none;
	}
	
	* html #topnavigation ul {
		padding-left: 38px;
	}
	
	#topnavigation li {
		float:left;
		margin-right: 10px;
		padding-top: 8px;
	}
	
	#topnavigation li a {
		text-decoration: none;
		font-size: 17px;
		font-weight: bold;
		color: white;
	}
	
	#topnavigation div.blueIcon {
		background-image:url(../pics/topnavibackground.jpg);
		height:36px;
		width:43px;
		float:left;
	}
	

#headernavigation {
	height: 20px;
	position: relative;
	left: 180px;
	top: 56px;
}

	#headernavigation ul {
		list-style: none;
	}
	
	#headernavigation li {
		float: left;
		margin-right: 10px;
	}
	
	#headernavigation li a {
		text-decoration: none;
		font-size: 12px;
		color: white;
	}

#content div.pageGroup {
	border-top:1px dotted #003E7D;
	border-bottom:1px dotted #003E7D;
	padding-top:5px;
	padding-bottom:5px;
}

#footer #languageSelect {
	position:relative; 
	top: 12px; 
	width: 60px; 
	left: 580px; 
}

	#footer #languageSelect img {
		border:0px;
	}