@charset "utf-8";
@import url("contenedorsastraka.css");
/* CSS Document */

<style type="text/css">

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
	height: 30px;
	width: 903px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-position: center center;
	float: right;
	margin: 0;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
	width: 903px;
	height: 20px;
	background-position: center center;
	font-size: 12px;
}

.mattblacktabs li a{
	float: left;
	display: table-cell;
	text-decoration: none; /*right divider between tabs*/
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 119px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border: 5px double #88AA00;
	padding: 0px;
	height: 18px;
	background-position: center center;
	line-height: normal;
	text-align: center;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #88AA00;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #000000;
	color: #FFFFFF;
	border-top-color: #88AA00;
	border-right-color: #88AA00;
	border-bottom-color: #88AA00;
	border-left-color: #88AA00;
	font-size: 12px;
}
.mattblacktabs li a:active, .mattblacktabs li.selected a{
	background-color: #000000;
	color: #B3DF00;
	border-top-color: #88AA00;
	border-right-color: #88AA00;
	border-bottom-color: #88AA00;
	border-left-color: #88AA00;
	font-size: 12px;
}

</style>
