#tablist {
	padding:  0 0 0 0;
	background:#fece00;
	position: relative;
	width: 100%;
	height: 41px;
	width: 758px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tablist ul#primary {
	margin-left: 5px;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 760px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#tablist ul#primary li  {
	display: inline;
	list-style: none;
}

#tablist ul#primary a,#tablist ul#primary span,#tablist ul#primary a.current {
	width: 8.62em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	color: #7E4C01;
}

#tablist ul#primary span,#tablist ul#primary a.current,#tablist ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FF9A00;
	padding-bottom: 6px;
	margin-top: 0;
}

#tablist ul#primary a {
	background: #fece00;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tablist ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#tablist ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tablist ul#secondary li a,#tablist ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tablist ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tablist ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tablist ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tablist ul#secondary li:last-child a { border: none; }