.tabContent {
	clear: both;
	display: none;
}

.tabContent.active-tab-body {
	display: block;
}

#tabshome {
	float:left;
	width:100%;
	line-height: 30px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#tabshome ul {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#tabshome li {
	float:left;
	height: 29px;
	line-height: 29px;
	background:url("/images/tabs-right.gif") no-repeat right top;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
#tabshome li a {
	display:block;
	background:url("/images/tabs-left.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#tabshome li.current {
	height: 31px;
	line-height: 31px;
	background-image:url("/images/tabshome-right-on.gif");
}
#tabshome li.current a {
	background-image:url("/images/tabshome-left-on.gif");
}
