/*
	tswtabs.css		1.0.0
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#menucsstabs ul {
	margin-top: 0px ;
	position: fixed ;
	margin-left: 20px ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#menucsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#menucsstabs li a {
	color: 	#013220 ;
	background-color: #ffb200 ;
	border: 1px outset #b37d00 ;
	padding: 6px ;
	text-decoration: none ;
	display: inline ;
}
#menucsstabs li a:hover {
	color: #000 ;
	background-color: #FFDB58 ;
}
