/*	tswtabs.css		1.0.2	Please use the CSS Menu Button Wizard at		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml	to generate your own customized menu buttons.*/#tswcsstabs ul {	margin: 0 ;	padding: 0 ;	list-style: none ;	display: inline ;	font-weight : 700;	font-size: 1.2em;	font-family: Verdana, helvetica, arial, sans-serif;}#tswcsstabs ul li {	margin: 0 ;	padding: 0 ;	display: inline ;	text-align: center ;	list-style: none ;	font-weight : 700;	font-size: 1.0em;	font-family: Verdana, helvetica, arial, sans-serif;}#tswcsstabs li a {	color: #000 ;/*	background-color: #c0c0c0 ;*/	border: 0px outset #000 ;	padding: 8px ;	text-decoration: none ;	display: inline ;	font-weight : 700;	font-size: 1em;	font-family: Verdana, helvetica, arial, sans-serif;}#tswcsstabs li a:hover {	color: #fff ;	background-color: #000 ;}