/*	tswnavbar.css	1.0.1	Please use the CSS Menu Button Wizard at		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml	to generate your own customized menu buttons.*/#tswcssbuttons {	width: 180px ;	text-align: left ;}#tswcssbuttons ul {	margin: 0 ;	padding: 2 ;	list-style: none ;}#tswcssbuttons li {	margin: 0 ;	padding: 2 ;	display: block ;	list-style: none ;	font-family: Arial, Helvetica, sans-serif ;}#tswcssbuttons li a {	color: #cccc66 ;	background-color: #990000 ;	border: 1px outset #990000 ;	width: 180px ;	text-decoration: none ;	display: block ;}#tswcssbuttons li a:hover {	color: #990000 ;	background-color: #cccc66 ;}