/*
	buttons.css		1.0.6
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#buttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#buttons ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#buttons li a {
	color: #036 ;
	background-color: #cccccc ;
	border: 1px outset #858080 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#buttons li a:hover {
	color: #990000 ;
	background-color: #f1f0fb ;
}
