.PanelButtons {
	list-style-type: none;
	margin:7px 0 0 0;
	padding:0;
	display:block;
	clear:both;
	width:707px;
	float:left;
	height:33px;
	background-image: url(../images/tabsbcg-rounded.png);
	background-repeat: no-repeat;
	background-position: right;
}

.PanelButtons li {
	float:left;
	padding:0;
	margin:0;
	height:33px;
	background: #fff;
}

.PanelButtons li.separator {
	background-image: url(../images/tabs-sep.jpg);
	width:1px;
}

.PanelButtons li.tab1_on a, .PanelButtons li.tab1_off a {
	margin-left:0;
}
.tab1, .tab2, .tab3, .tab4 {
	padding:10px 10px 5px 10px;
	margin:0;
	height:160px;
	float:left;
	width:682px;
}

.PanelButtons li a {
	
   display:block;
	padding:5px 28px 12px 28px;
	text-decoration: none;
	font-size:13px;
	color:#333;
	background-image: url(../images/tabs-central-bcg.jpg);
	background-repeat: repeat-x;
	position:relative;
	}

.PanelButtons li a:hover {
		background-image:none;
	background: none;
	color:#0f9fff;
	}
.PanelButtons li.tab1_on a, .PanelButtons li.tab1_off a {
	padding-left:14px;
	
}
.PanelButtons li.tab1_on a, .PanelButtons li.tab2_on a, .PanelButtons li.tab3_on a {
	background-image:none;
}

.tab-on  {
	font-size:18px;
	color:#0f9fff;
	
}

.tab-off {
	font-size:18px;
	/*color:#666;*/
	color:#BDC1C4;
	
}

.tab-box1, .tab-box2 {
	float: left;
	width:212px;
	padding:0;
	margin: 0 22px 0 0;
}

.tab-box3 {
	float: left;
	width:212px;
	padding:0;
	margin: 0;
}

#homebox-tabs p {
	font-size:11px;
	color:#666;
}

#homebox-tabs p a {
	text-decoration: none;
	color:#0f9fff;
	position:relative;
}