/*
	tswnavbar.css	1.1.3
	Please use the CSS Menu Button Wizard at
		https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
	width: 350px ;
	align: center ;
	text-align: center ;
	border-radius: 5px;
}
#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: #000000 ;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.red{
	color: #000000 ;
	background-color: #f45f41;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.blue{
	color: #000000 ;
	background-color: #bcbce5;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.green{
	color: #000000 ;
	background-color: #55f441;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.cyan{
	color: #000000 ;
	background-color: cyan;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.magenta{
	color: #000000 ;
	background-color: magenta;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.yellow{
	color: #000000 ;
	background-color: #f4e241;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.aqua{
	color: #000000 ;
	background-color: #41f4c7;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.orange{
	color: #000000 ;
	background-color: #f4b841;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
.purple{
	color: #e5e4e2 ;
	background-color: #61007d;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #ffff00 ;
	background-color: #0000c0 ;
}
