 ul.tabs {margin:0 auto; padding:0; list-style:none; height:58px; width:480px;}
	ul.tabs li {font-family:'Ubuntu-Regular'; 
	float: left;
	margin: 8px 0 0 15px;
	cursor: pointer;
	height:40px;
	overflow: hidden;
	position: relative;
	font-size: 15px; text-transform:uppercase;
	color: #999999;
	width: 219px;
	text-align: center;
	padding: 8px 0 10px 0;
    border:1px solid #999999; 

/*	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	}
	ul.tabs li:hover {float:left; height:40px; padding-top:8px; width:219px; color:#333333;	}	
	ul.tabs li.active{ color:#333333; border:1px solid #333333;}
	.tab_container {clear:both; float:left; width:100%;	}
	.tab_content{padding:0px;	display:none;	overflow:auto;	margin-top:30px;}

@media only screen and (max-width: 767px) {
	ul.tabs {width:100%; text-align:center;  height:100px;}
	ul.tabs li{float:none; display:inline-block}
	ul.tabs li:hover {float:none; display:inline-block}	
}