/*
	tswtabs.css		1.0.2
	
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #ff40ff;
	background-color: #000 ;
	border: 0px outset #000 ;
	padding: 7px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #b0171f ;
	background-color: #000 ;
}
