#rc-nav-tabs {
	width: 95%;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#rc-nav-tabs ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	list-style-type: none;
}

#rc-nav-tabs li {
	display: inline-block;
	float: left;
	height: 29px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px 6px 0px 0px;
}

#rc-nav-tabs li a {
	position: relative;
	top: 7px;
	font-weight: 700;
	text-decoration: none;
}

#rc-nav-tabs li#current {
	height: 30px;
	border-bottom: none;
}

#rc-nav-tabs li:hover {
	
}

.rc-nav-tab-content {
	position: relative;
	top: -1px;
	width: 95%;
	padding-top: 20px;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	z-index: 1;
}