@charset "windows-1251";
/* CSS Document */

/*
	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;
	font-size: 9pt;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #fff;
	background-color: #f93;
	border: 1px outset #8f006b;
	padding: 8px;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
#tswcsstabs li a:hover {
	color: #903;
	background-color: #d9ffa0;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
