@charset "UTF-8";
/* CSS Document */

/*
	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-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #FFFFFF;
	letter-spacing: 3px;
	font-weight: 500;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 10 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: verdana ;
}
#tswcsstabs li a {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	display: inline;
	line-height: normal;
}
#tswcsstabs li a:hover {
	color: #0066FF;
	background-color: #FFFFFF;
}
