#tabs {
	margin: 0 0 20px  0;
}
#tabs-menu {
	float: left;
	padding: 0;
	margin: 0;
	clear: both;
	background: #073B6F;
	width: 100%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
#tabs-menu li {
	list-style: none;
	border-top: 2px solid #002F5F;
	margin-right: 1px;
	background: #002F5F;
}

#tabs-menu li:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
}

* html #tabs-menu li {
	display: inline;
}
#tabs-menu li, #tabs-menu li a {
	float: left;
}
#tabs-menu li.active {
	border: none;
	border-top:2px #00CCFF solid;
	background: #111;
	margin-right: 0px;
}
#tabs-menu li.active a {
	color: #fff;
}
#tabs div {
	clear: both;
	padding: 15px;
	min-height: 200px;
	background: #111;
	color: #ccc !important;
}
#tabs div h3 {
	margin-bottom: 12px;
}

#tabs-menu li a {
	text-decoration: none;
	padding: 8px;
	color: #4784BF;
	font-weight: bold;
	outline: none;
}

#tabs .thumbs {
	float:left;
	border:#222 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}
