@charset "UTF-8";
/* CSS for tabs */

.container {width: 890px; margin:0px}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	
	border-left: 1px solid #ccc;
	width: 100%;
	-moz-border-radius: .32em; -webkit-border-radius: .32em;
	line-height:25px;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px;
	background:url(/yolink/images/benefits_bg.png) repeat-x top left;
	overflow: hidden;
	position: relative;

	
}
ul.tabs li a {
	text-decoration: none;
	color: #555;
	display: block;
	padding: 0 13px;
	border: 0px solid #fff;
	outline: none;
	
	
}
ul.tabs li a:hover {
	line-height:25px;
	color:#008100;

	
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ededed;
	border-bottom: px solid #fff;
	
}
.tab_container {
	float: left; 
	width: 95%;
	margin:0px;
}
.tab_content {
	margin:0 0 0 7px;
/*	background:url(/yolink/images/top_bgGr.png) no-repeat top left;*/
	}
