/* 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 {

	font:Arial;

	margin: 0 ;

	padding: 0 ;

	list-style: none ;

	display: inline ;

}

#tswcsstabs ul li {

	font:Arial;

	font-size:14px;

	margin: 0 ;

	padding: 0 ;

	display: inline ;

	text-align: center ;

	list-style: none ;

}

#tswcsstabs li a {

	font:Arial;

	font-size:14px;

	color: #fff ;

	

	border: 0px outset #f0f0f0 ;

	padding: 8px ;

	text-decoration: none ;

	display: inline ;

}

#tswcsstabs li a:hover {
	color: #000;
	/*background-color: #c0c0c0 ;*/

	background-color: #999999;

}
