/* CSS Document */

/*

	tswtabs.css		1.0.0

	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;
	font-family: Arial;
	font-size: 14px;

}

#tswcsstabs ul li {
	font-size:14px;
	margin: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;

}

#tswcsstabs li a {
	color: #fff;
	border: 0px outset #f0f0f0;
	padding: 8px;
	text-decoration: none;
	display: inline;
	font-family: Arial;

}

#tswcsstabs li a:hover {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;

}

