/* Tabbed Links ---------------------------------------*/
.tab_content {
	position:absolute; top:10%; left:3%; width:94%; height:85%;
	margin:0 0 0 0;
	color: #fff;
	overflow:visible;
}

.tabs {
	overflow: hidden;
	position:absolute; top:0.5%; left:0; height:10%;
}


.tabs li,
.tabs a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tabs li {
	background: #A31919;
	border: 1px solid;
	border-bottom-width: 0;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.tabs a {
	border-bottom-width: 0;
	color: #fff;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.tabs a.current {
	background: #4C0000;
	border-color: #4C0000;
	color: #fff;
}

.tabs a:hover {
	background: #4C0000;
	border-color: #4C0000;
	color: #fff;
}
