﻿/*
	tswnavbar.css	1.2.3
	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: 150px ;
	max-width: 100%;
	text-align: center;
	font-family: Gabriola;
	font-size: medium;
	font-weight: bold;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: French Script MT ;
}
#tswcssbuttons li a {
	color: #FF0000;
	background-color: #66CCFF ;
	border: 1px outset #000000;
	text-decoration: none;
	display: block;
	position: relative;
	right: 0px;
	left: 25px;
}
#tswcssbuttons li a:hover {
	color: #ffffff ;
	background-color: #000000 ;
}
