#tswcssbuttons {
	width: 163px;
	font-size: 12px;
	text-indent: 3px;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #000;
	background-color: #fff;
	border: 1px outset #CCC;
	width: 163px;
	text-decoration: none;
	display: block;
}
#tswcssbuttons li a:hover {
	color: #000;
	background-color: #c0c0c0;
}

