#header {
	position: relative;
	width: 100%;
	height: 3em;
	border-bottom:1px dotted #c2c2c2;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span {
	display: block;
	float: left;
	padding:10px 10px 0 10px;
	margin: 1px 8px 0 0;
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color: #032758;
	bottom: -5px;

}

#header ul#primary span{
	border: 1px solid #c2c2c2;
	border-bottom: none;
	background: #ffffff;
	padding-bottom: 6px;
	margin-top: 0;
	bottom: -5px;
	
}

#header ul#primary a {
	border: 1px solid #c2c2c2;
	border-bottom: none;
	color:#0053a3;
	background: #ffffff;
	padding-bottom: 6px;
	margin-top: 0;
	bottom: -5px;
	
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #c2c2c2;
	background: #0053a3;
	color:#FFFFFF;
	padding-bottom: 5px;
	bottom: -5px;
}
