/*
	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: 200px;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: center;
}
.tswcssbuttons li a {
	color: #6866ff;
	background-color: #d9d9ff;
	border: 1px outset #7f597f;
	width: 200px;
	text-decoration: none;
	display: block;
}
.tswcssbuttons li a:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}
