.abgne_tab {
	clear: left;
	width: 100%;
	margin: 0px 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
	font-size:14px;
}
ul.tabs {
	width: 100%;
	height: 0px;
}
ul.tabs li {
	float: left;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	background:#;
	color: #0086C4;
	/* margin-right:5px;*/
	border-radius:5px 5px 0 0;
}
ul.tabs li:last-child{
	margin-right:0px;
}
ul.tabs li a {
	display: block;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	text-align:center;
	border-radius:5px 5px 0 0;
}
ul.tabs li a:hover {
	background:#aaa;
	border-radius:5px 5px 0 0;
}
ul.tabs li.active a{
	background:#9AA540;
	color:#fff;
	box-shadow: inset 0px 1px 0px #9AA540;
	border-radius:5px 5px 0 0;
}
ul.tabs li.active a:hover a{
	background: #2F8ACA;
	color: #333;
}
div.tab_container {
	clear: left;
	width: 100%;
	background: #fff;
	margin-bottom:30px;
	border-top: #9AA440 0px solid;
	border-bottom: #E9E9E9 1px solid;
}
div.tab_container .tab_content {
	padding-top:5px;
	padding-bottom:30px;
	border-top: #ccc 1px solid;
	background: url(../images/bigger_bell_bg_tr25.png) no-repeat 100%;
}
