/*
	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 ;
	text-decoration: none ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	font-size: 14px;
	list-style: none ;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	text-decoration: none ;
}
#tswcsstabs li a {
	color: #000 ;
	background-color: #ffe500 ;
	border: 1px outset #b3a000 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
	text-decoration: none ;
}
#tswcsstabs li a:hover {
	color: #000 ;
	background-color: #b3a000 ;
	text-decoration: none ;
}
