/*
	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 {
	height:22px;
	margin: 0 ;
	padding: 0 ;
	list-style: auto ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: centre;
	list-style: auto ;
	background-color: #000000 ;
	font-family:Bitstream Vera Sans;
	font-size: 13px; COLOR:#FFFFFF;
	
}
#tswcsstabs li a {
	
	background-color: #000000;
	border: 1px  ;
	padding: 1px ;
	font-family:Bitstream Vera Sans;
	font-size: 13px; COLOR:#FFFFFF;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000 ;
	background-color: #cccccc ;
	font-family: Bitstream Vera Sans;
	font-size: 13px; COLOR:#000000;
	
	
}
