div.tabs .forabg, #tabs2 div{
	display: none;
}

#tabs div:first-of-type, #tabs2 div:first-of-type{
	display: block;
}

div.tabs li, #tabs2 li
{
    display:inline;
}

#tabs > ul:after, #tabs2 > ul:after {
	clear: both;
	content: '';
	display: block;
}

#tabs, #tabs2{
	line-height: normal;
}

#tabs > ul, #tabs2 > ul{
	list-style: none;
	margin: 0px 0px 0px 7px;
	padding: 0;
	position: relative;
}

#tabs .tab, #tabs2 .tab{
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 14px;
}

#tabs .tab > a, #tabs2 .tab > a {
	display: block;
	padding: 5px 9px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	margin: 1px 1px 0 0;
	cursor: pointer;
}

#tabs2 .tab {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 14px;
}

#tabs2 .tab > a {
	display: block;
	padding: 5px 9px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}