/*new method*/
ul#tngnav {
	margin:0 0px 0px 10px;
	padding: 0 0 0 0px;
	list-style: none;
	border: none;
} 

#tngnav li {
	display: block;
	margin: 0 0 0 1px;
	padding: 0;
	float:left;
}

/*inactive tab*/
#tngnav a {
	display:block;
	color:#444;
	text-decoration:none;
	background:#e0e0f7;
	margin:0;
	padding: 0.45em 1em 0.35em 8px;
	border-right: 1px solid #444;
	position: relative;
	font: 14px arial, helvetica, sans-serif;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
	
/*active tab*/
#tngnav a:hover {
	background:#333366;
	color:#FFCC00;
}

/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:10;
	background:#333366;
	color:#FFCC00;
	border-right: 1px solid #444;
	margin: 0;
}

/*to keep older browsers happy*/
#tabs div {
	margin:0 1px 0 0;
	position: relative;
	float:left;
	padding: 0em 0em .3em 0px;
}

#tabs .divhere {
	z-index:10;
}

/*inactive tab*/
#tabs a {
	background: #e0e0f7;
	color:#444;
	padding: 0.2em 0.8em 0.5em 0.8em;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid #aaa;
}

/*active tab*/
#tabs a:hover {
	background: #333366;
	color:#FFFFFF;
}

/*active tab*/
#tabs .here {
	background: #333366;
	color:#FFCC00;
}
