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

#blackbuttons {
	width: 160px ;
	text-align: center ;
}
#blackbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#blackbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#blackbuttons li a {
	color: #fff ;
	background-color: #000 ;
	border: 1px outset #f0f0f0 ;
	width: 160px ;
	text-decoration: none ;
	display: block ;
}
#blackbuttons li a:hover {
	color: #000 ;
	background-color: #ffffff ;
};