/*
	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: 2 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 2 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-weight:bold;
	font-size: 12px;

}
#tswcsstabs li a {
	color: #000000 ;
	background-color: #EAE6CC ;
	border: 1px outset #807665 ;
	padding: 2 ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000000 ;
	border: 1px inset #807665 ;
	background-color: #847968 ;
	padding: 2 ;
}
