@charset "UTF-8";
/* CSS Document */


/*
tswnavbar.css	1.2.4
Navigation Menu Wizard
https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
*/

#tswcssbuttons {
	width: 98% ;
	max-width: 100% ;
	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: #ffffff ;
	background-color: #506d46 ;
	border: 1px outset #bfffe4 ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #ffffff ;
	background-color: #779933 ;
}
