/*
	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: 90;
	text-align: center;
	
}
#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;
	color: #00C;
	background-color: #C03;
	background-position: top;
	background: #555;
}
#tswcssbuttons li a {
	color: #000;
	background-color: #00CCCC;
	border: 6px outset #eacaa4;
	width: 150;
	text-decoration: none;
	display: block;
}
#tswcssbuttons li a:hover {
	color: #FFFF33;
	background-color: #0066FF;
}

#tswcsstabs {
	text-align: center;
}

#tswcsstabs ul {
	margin: 0;
	padding: .5 em .75em;
	list-style: none;
	display: inline;
	font-size: 10px;
	width: auto;
	white-space: nowrap;
}
#tswcsstabs ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
font {
	font-size: 10px;
}

#tswcsstabs li a {
	color: #FFFFFF;
	background-color: #0000CC;
	border: 4px outset #333;
	padding: 8px;
	text-decoration: none;
	display: inline;
	width: 80px;
	vertical-align: bottom;
}
#tswcsstabs li a:hover {
	color: #000000;
	background-color: #ABD649;
}
