/*
	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 {
	background: #ece9d8;
	padding-left: 0px;
	text-align:center;
	margin: 1px;
	width:760px;
	list-style: none;
}
#tswcsstabs ul li {
	text-align: center ;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif ;
	display: inline ;
}
#tswcsstabs li a {
	color: #000000 ;
	background-color:#CCCCCC ;
	border: 0px ;
	padding: 1px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #ff4f00 ;
	background-color: #9bddff ;
}
