div#feature_list {
	float: left;
	width: 944px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	float: left;
	overflow: hidden;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	float: left;
	width: 260px;
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
}

ul#tabs li {
	float: left;
	width: 260px;
	height: 80px;
	text-decoration: none;
	overflow: visible;
	background-color: #c2e0ff;
}

ul#tabs li.no-border a {
	border: none;
}

ul#tabs li a {
	float: left;
	width: 210px;
	height: 80px;
	color: #356388;
	text-decoration: none;	
	display: block;
	outline: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.5em;
	border-top: 1px dashed white;
	padding: 17px 200px 0 20px;
	overflow: hidden;
}

ul#tabs li a:hover {
	float: left;
	text-decoration: none;
	background-color: #d1e8ff;
	height: 80px;
	
}

ul#tabs li a.current {
	float: left;
	height: 80px;
	color: #6a4514;
/* 	background: url(../_img/feature-tab-current.png) no-repeat -44px 0; */
	background-color: #ffffcc;
	text-decoration: none;
	overflow: visible;
	outline: none;
	padding: 16px 70px 0 20px;

}

ul#tabs li a.current:hover {
	float: left;
	text-decoration: none;
	cursor: default;
	outline: none;
}

ul#output {
	float: left;
	width: 660px;
	height: 400px;
/* 	margin-right: 10px; */
}

ul#output li {
	float: left;
	width: 660px;
	height: 400px;
	position:relative;

}

ul#output li a {
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #356388;
	background: -moz-linear-gradient(90deg,#86b5e6,#c2e0ff);
	background: -webkit-gradient(linear,left bottom,left top,from(#86b5e6),to(#c2e0ff));
	background-color: #86b5e6;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	top: 355px;
	left: 20px;
	padding: 5px 10px 5px 10px;
	position: absolute;
	z-index: 10;
}

ul#output li a:hover {
	background: -moz-linear-gradient(90deg,#c2e0ff,#c2e0ff);
	background: -webkit-gradient(linear,left bottom,left top,from(#c2e0ff),to(#c2e0ff));
	background-color: #c2e0ff;
}