#primary {
	margin: 0 0 0 5px;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 65em; 
	width: auto;
	/* 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,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #243A7C;
	padding-bottom: 6px;
	margin-top: 0;
	margin-bottom: -1px;
}

#header ul#primary a {
    color: #000000;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	color: #ffffff;
	border-color: #666;
	background: #243A7C;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	bottom: -2.1em;
	width: auto;
	/*width: 50em;*/ 
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	text-align: auto;
	border: none;
}

#header ul#secondary li a{
	padding: 0.7em;
	color: #ffffff;
	text-decoration: none;
}

#header ul#secondary li a:hover {
    padding: 0.7em;
	background: #ffffff;
	color: #243A7C;
	border: 1px solid #cc0000;
	margin: -1px;
	margin-right: 1px;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
