/*
	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 ;
}
#tswcsstabs ul li {
	margin: 20;
	padding: 20;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tswcsstabs li a {
	color: #FFFFFF;
	background-color: #9F2220;
	border: 1px outset #ff8080;
	padding: 8px;
	text-decoration: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
#tswcsstabs li a:hover {
	color: #FFFFFF;
	background-color: #660000;
}

#tswcsstabs2 ul {
	margin: 20;
	padding: 20;
	list-style: none;
	display: inline;
	width: 175px;
}
#tswcsstabs2 ul li {
	padding: 20;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20;
}
#tswcsstabs2 li a {
	color: #FFFFFF;
	background-color: #9F2220;
	border: 1px outset #ff8080;
	padding: 8px;
	text-decoration: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tswcsstabs2 li a:hover {
	color: #FFFFFF;
	background-color: #660000;
}
