

#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 ;
	font-size: 14px;
        font-weight: ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #0A4B89 ;
        border: 2px outset #107CE2 ;
        padding:3px 10px;
        text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #ffffff ;
	background-color: #062E54 ;
        border: 2px inset #062E54 ;
        text-decoration: ;
}

