@charset "utf-8";
/*
	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: 160px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 3px ;
	margin-bottom: 4px ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 20px; 
}
#tswcssbuttons li a {
	color: #ffffff ;
	background-color: #002e5f ;
	border: 1px outset #ffffff ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #002e5f ;
	background-color: #ffffff ;
}
#tswcssbuttons .inactive {
	display: block ;
	color: #000000 ;
	background-color: #ffffff ;
	border-color: #000000 ; 
	border-width: 3px ; 
	border-style: outset ; 
	font-size: 18px; 
	font-weight: bold ;
}
