/*
	ex.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.
	changed outset #b3a000->990000
*/

#tswcssbuttons {
	width: 180px ;
	height: 50px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 1 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 1 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size 16px;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #33CCFF ;
	border: 1px outset #550000 ;
	width: 160px ;
	height: 30px ;	
	text-decoration: none ;
	display: block ;
	text-align: center ;
	font-size 16px ;
	padding-top:4px ;
}
#tswcssbuttons li a:hover {
	color: #000 ;
	background-color: #3333FF ;
}