
#tabs {
	position: absolute;
	top: 235px;
	left: 0px;
	font-size: 12px;
	width: 1004px;
	height: 34px;
	background-color: #488233;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabs ul li {
	display: block;
	margin: 0;
	padding-top: 10px;
	float: left;
	width: 143px;
	background-image: url(/images/button_bg1.gif);
	background-repeat: no-repeat;
	height: 24px;
	text-align: center;
}

#tabs a:link,#tabs a:visited, #tabs a:hover, #tabs a:active {
	color: White;
	font-weight: bold;
	font-variant: small-caps;
}


