/*
 * 	tswtabs.css		1.0.4
 * 		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-align: center ;
	vertical-align: middle ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	vertical-align: middle ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #7AA7AC ;
	border: 2px outset #7AA7AC ;
	padding: 10px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #ffffff ;
	background-color: #31a8b5 ;
}

