#header {
	z-index: 2;
	position: relative;
	left: 42px;
	top: 0px;
	height: 20px;
	width: 435px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 435px; /* 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: 7em; /* width of tabs */
	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;
	color: #FFFFFF;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: none;
	border-bottom: none;
	background: #2A4B82; /* Selected Tab Color */
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #416DA3; /* Non-Selected Tabs Color */
	border: none;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #CCCCCC;
	background: #8091A6;
 /* Hover tab color */
	padding-bottom: 5px;
}

#header ul#secondary {
	z-index: 2;	
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 435px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	background: transparent;
}

#header ul#secondary li a,#header ul#secondary li span {
	z-index: 2;
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	border: none;
	border-right: 1px dotted #AAA;
	background: transparent;
}

#header ul#secondary li a {
	z-index: 2;
	color: #FFFFFF;
	background: transparent;
}

#header ul#secondary li a:hover {
	z-index: 2;
	color: #FFF;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
	text-decoration: underline;
}

#header ul#secondary li a:active {
	z-index: 2;
	color: #000;
	background: transparent;
	font-weight: bold;
}

#header ul#secondary li {
	z-index: 2;
	border: none;
	background: transparent;
}
	
#header ul#secondary span,#header ul#secondary a.current,#header ul#secondary a.current:hover  {
	color: #FFF;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
	font-weight: bold;
}
