/*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;
	background: #D3D3D3;
	color: #000;
	text-decoration:none;
	margin:0;
	padding: 0.45em 1em 0.35em 8px;
	border-right: 1px solid #444;
	position: relative;
	font: 1rem arial, helvetica, sans-serif;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
	
/*active tab*/
#tngnav a:hover {
	background:#006;
	color:#FFCC00;
}

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

/*inactive tab*/
#tabs a {
	background: #e0e0f7;
	color:#444;
	padding: 0.2em 0.8em 0.5em 0.8em;
	font: 1em 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;
}
