/*
	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: 250px ;
	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: #ff0 ;
	background-color: #916dda ;
	border: 1px outset #9191ff ;
	width: 150px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #000 ;
	background-color: #f18d3a ;
}

#tswcssbuttons2 {
	width: 250px ;
	text-align: center ;
}
#tswcssbuttons2 ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons2 li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons2 li a {
	color: #ff0 ;
	background-color: #5361af ;
	border: 1px outset #9191ff ;
	width: 150px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons2 li a:hover {
	color: #000 ;
	background-color: #ff44d1 ;
}
