/*
	tswnavbar.css	1.2.4
	Please use the Navigation Menu Wizard at
		https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
	width: 90% ;
	max-width: 100% ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
}
#tswcssbuttons li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
}
#tswcssbuttons li a {
	color: #ffff00 ;
	background-color: #001c3d ;
	border: 1px outset #9191ff ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #000000 ;
	background-color: #c8c8ff ;
}
