
#tswcssbuttons {
	width: 150px ;
	text-align: center ;
}
#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: #fff ;
/*	background-color: #333333; */
	background-color: #385E93; /* normal, unhovered, dark */
	border: 1px outset #9AA6BF; /* divider line */
	width: 150px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #7F9DC1; /* hover, highlight, light */
}
