#headerTabs {
	position: relative;
	width: auto;
	height: 2em;
}

#headerTabs ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#headerTabs ul#primary li  {
	display: inline;
	list-style: none;
}

#headerTabs ul#primary a,#headerTabs ul#primary span,#headerTabs ul#primary a.current {
	width: 18em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #a43ba4;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-khtml-border-top-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-khtml-border-top-left-radius:5px;
}

#headerTabs ul#primary span,#headerTabs ul#primary a.current,#headerTabs ul#primary a.current:hover {
	border-bottom: none;
	background: #f7f7f7;
	padding-bottom: 6px;
	margin-top: 0;
}

#headerTabs ul#primary a {
	border-bottom: none;
	background: #dcdcdc;
	padding-bottom: 6px;
	margin-top: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

#headerTabs ul#primary a:hover {
	border-bottom: none;
	background: #f7f7f7;
	padding-bottom: 6px;
	margin-top: 0;
	text-decoration:underline;
}

