ul#tngnav {
	border: none;
	list-style: none;
	margin-left:5px;
	padding: 0px;
} 
#tngnav li {
	display: block;
	float:left;
	margin-left:1px;
	padding: 0px;
	color: #000000;
}
/*inactive tab*/
#tngnav a {
	background:#e0e0f7;
	border-right: 1px solid #3f3f87;
	color:#000000;
	display:block;
	font: 9px "arial narrow", helvetica, sans-serif;
	margin:0;
	padding: 0.2em .3em 0.4em .3em;
	position: relative;
	text-decoration:none;
}
	
/*active tab*/
#tngnav a:hover {
	background:#e0e0f7;
	color:#B20000; background-position-y:50%
}
/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:102;
	background:#e0e0f7;
	background-position-y: 50%;	
	color:#000000;
	border-right: 1px solid #3f3f87;
	margin: 0; 
	padding: 0.2em .3em .4em .3em; 
}
/*to keep older browsers happy*/
#tabs div {
	float:left;
	margin-right:1px;
	padding-bottom:.3em;
	position: relative;
}
#tabs .divhere {
	z-index:102;
}
/*inactive tab*/
#tabs a {
	background:#e0e0f7;
	background-position-y: 50%;
	border-right: 1px solid #3f3f87;
	color:#000000;
	text-decoration: none;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:9px; 
	font-family: "arial narrow", helvetica, sans-serif; 
	padding:0em .2em .3em .4em .3em;
}
/*active tab*/
#tabs a:hover {
	background:#e0e0f7;
	color:#B20000; 
	background-position-y:50%;
}
/*active tab*/
#tabs .here {
	background:#e0e0f7;
	color:#000000; background-position-y:50%;
}
