﻿/*
	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: 110px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	font-family: Arial, Helvetica, sans-serif;
	font: normal normal bold 100% serif;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#tswcssbuttons li a {
	color: #0000FF ;
	background-color: #99CCFF;
	border: 1px outset #99CCFF;
	width: 110px;
	text-decoration: none;
	display: block;
}
#tswcssbuttons li a:hover {
	color: #ff0;
	background-color: #800080 ;
}
