/*
	tswnavbar.css	1.0.0
	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: 40px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ; margin: -8;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: numbered ;
}
#tswcssbuttons li a {
	color: red ;
	background-color: black ;
	border: 6px outset white ;
	width: 174px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: black ;
	background-color: red ;
	border: 6px outset black ;
}
