/*
	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.
*/

#tswcssbuttons {
	width: 100px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #12127d ;
	background-color: #ccffcc ;
	border: 2px outset #0000ff ;
	width: 96px ;
	text-decoration: none ;
	display: block ;
	_margin: 0px ;
	_width: 100px ;
	_display: inline ;
	_border-top-style: outset;
	_border-left-style: outset;
	_border-top-color: #b2b2ff;
	_border-left-color: #b2b2ff;
}
#tswcssbuttons li a:hover {
	color: #ffffcc ;
	background-color: #0000ff ;
}
