/*
	buttons.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.
*/

#button1 ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#button1 ul li {
	margin: 5px ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	/*don't put font-size here! It messes up the bakground */
}
#button1 li a {
	color: #ffffff  ;
	background-color: #86a6b3 ;
	border: 1px outset #86a6b3 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
	font-size: 11px;
}
#button1 li a:hover {
	color: #ffffff ;
	background-color: #ff9900 ;
}

#button1 li a:active {
    color: #ffffff;
    background-color: #FF9900 ;
    border-style: inset;
}
