#content #serviceChart #tabs{
	padding: 0;
	margin: 0;
	height: 30px;
	list-style-type: none;
}

#content #serviceChart #tabs li, #content #serviceChart #tabs li.off{
	padding: 0px;
	margin: 0 2px;
	text-align: center;
	height: 30px;
	list-style-type: none;
	float: left;
	color: #FFF;
	width: 150px;
	background: #0856a1 url(sub_graphics/tab.gif) no-repeat bottom left;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	cursor: hand;
}

#content #serviceChart #tabs li.on{
	background: #5DA746 url(sub_graphics/tab-on.gif) no-repeat bottom left;
	
}

#content #serviceChart div{
	border: 3px solid #5DA746;
	display:none;
}

#content #serviceChart div#conDiv{
	display: block;
}


