#tabContainer {
	width: 600px;
}

#tabs {
	float:left;
	width:100%;
	line-height:normal;
}

#tabs ul {
	margin:0;
	padding:14px 10px 0;
	list-style:none;
}

#tabs li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#tabs span {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	color:#321;
}

#tabs span a{
	color: Green;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#tabs span a:hover{
	color: #006400;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}