/*
	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: 120px;
	text-align: center;
	padding: 0px;
}
#tswcssbuttons ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tswcssbuttons li
{
	margin: 0;
	padding: 2px;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tswcssbuttons li a
{
	color: #1950ce;
	background-color: #fff;
	border: 2px #1950ce outset;
	width: 120px;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#tswcssbuttons li a:hover {
	color: #fff;
	background-color: #1950ce;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

