/*
	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 {
	font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	font-weight: bold;
	color: white;
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	color: #b43aff;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande", Verdana ;
}
#tswcsstabs li a {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: yellow ;
	background-color: #fd4e01 ;
	border: 1px outset #8f006b ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover { ;
	color: #70c4ff;  
	background-color: #fd4e01 ;
}
