/*** BUG - DO NOT DELETE THIS LINE ***/

#tabheader {
	position: relative;
	width: 100%;
	height: 3em;
        margin-top: -1em;
	padding-left: 10px;
	width: 850px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

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

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

#tabheader ul#primary a,#tabheader ul#primary span,#tabheader ul#primary a.current {
	display: block;
	float: left;
	padding: 4px 7px;
	margin: 1px 2px 0px 0px;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #333;
}

#tabheader ul#primary span,#tabheader ul#primary a.current,#tabheader ul#primary a.current:hover {
	border: 1px solid #ccc;
	border-bottom: none;
	background: #def;
	padding-bottom: 6px;
	margin-top: 0;
        font-weight: bold;
}

#tabheader ul#primary a {
	background: #ffb;
	border: 1px solid #ccc;
	border-bottom: none;
}

#tabheader ul#primary a:hover {
	background: #ffd;
}

#tabheader 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 */
}

#tabheader ul#secondary li a,#tabheader ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #ccc;
	background: none;

}

#tabheader ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tabheader ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #ccc;
}

#tabheader ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tabheader ul#secondary li:last-child a { border: none; }
