
/* home page */

.hptabs	{
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
	position:relative;
	top:2px;
	z-index: 1;
	padding: 10px 0px;
}
.hptabs li {
line-height: 35px;
padding: 0 10px;
font-weight: bold;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
display: inline-block;
width: 142px;
text-align: center;

}
.hptab {
    background: #0077bb !important;
    /*background: -moz-linear-gradient(center top , #FFA443 10%, #FF7908 80%) repeat scroll 0% 0% #FFBD76;*/
    border-radius: 10px;
    position: relative;
	width: 450px;
	padding: 0px 10px;
	
}
.hptabs li a{color:#fff;}
.hptabs li a.current {
position:relative;
line-height: 35px;
background: #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
padding: 0 10px;
font-weight: bold;
font-size: 16px;
color: #363636 !important;
text-decoration: none !important;
display: inline-block;
width: 142px;
text-align: center;
}