/*
	maincsstabs.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.
*/

#maincsstabs ul {
	margin: 0;
	list-style: none;
	display: inline;
}
#maincsstabs ul li {
	margin: 3;
	display: inline;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	padding: 3;
}
#maincsstabs li a {
	color: #fff;
	border: 2px outset #008f00;
	text-decoration: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(navi_bg.png);
	background-repeat: repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 150px;
	height: 30px;
}
#maincsstabs li a:hover {
	color: #000;
	background-color: #0F0;
}
