#tabs {
	height: 33px;
	position: relative;
	text-align: left;
	top: 117px;
	left:10px;
	z-index: 2;
	padding: 0px;
	margin: 0px -5px 0px 0px;
}

#tabs ul {
	padding: 0px;
	margin: 0px;
}

#tabs li {
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#tabs li a {
	background: transparent url(images/tab/black_right2.png) no-repeat scroll right top;
	color: #007460;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 33px;
	padding-right: 4px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#tabs li a span {
	background: transparent url(images/tab/black_left2.png) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 33px;
	padding: 9px 10px 0 15px;
}

#tabs li a:hover {
	background-image: url(images/tab/yellow_right.gif);
	color: #010101;
	text-decoration: none;
}

#tabs li a:hover span {
	background-image: url(images/tab/yellow_left.gif);
}

#tabs li.active a,#tabs li.active a:hover {
	background-image: url(images/tab/yellow_right.gif);
	color: #010101;
	cursor: default;
	text-decoration: none;
}

#tabs li.active a span,#tabs li.active a:hover span {
	background-image: url(images/tab/yellow_left.gif);
	cursor: default;
}