/*
	tswtabs.css		1.0.1
	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: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#tswcsstabs li a {
	color: #fff;
	background-color: #2B3D51;
	text-decoration: none;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
}
#tswcsstabs li a:hover {
	color: #fff ;
	background-color: #3E5A78;
}

