/*
	n1ewbtabs.css
*/

#n1ewbcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#n1ewbcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#n1ewbcsstabs li a {
	color: #fff ;
	background-color: #800080 ;
	border: 1px outset #000 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#n1ewbcsstabs li a:hover {
	color: #fff ;
	background-color: #000 ;
}

