/*
	tswnavbar.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.
*/

#tswcssbuttons {
	width: 200 ; 
	text-align: center ;vertical-align: center
}
#tswcssbuttons ul {
	margin: 1 ;
	padding: 1 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 5 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: rgb(192, 192, 192) ;
	border: 1px outset rgb(0, 0, 0) ;
	width: 100% ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: rgb(255, 255, 255) ;
	background-color: rgb(140, 140, 140) ;
}
