/*
	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: 1px ;
	padding: 0 ;
	list-style: none ;
	display: inline;
}
#tswcsstabs ul li {
	margin: 1px ;
	padding: 0 ;
	display: inline ;
	text-align: center;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #000 ;
	background-color: #ffb200 ;
	border: 2px outset #b37d00 ;
	padding: 5px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #fff ;
	background-color: #b37d00 ;
}
