/*
	tswnavbar.css	1.0.0
	
*/

body, td
{
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0px;
}


	
#tswcssbuttons {
	width: 130px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #c0c0c0 ;
	border: 1px outset #000 ;
	width: 150px ;
	height: 30px;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none ;
	display: block ;
	line-height: 25px;
	vertical-align: middle;
}

#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #000 ;
}
