﻿.mattblacktabs{
width: 100%;
overflow: hidden;
position: absolute;
top: 85px;
cursor: pointer;
}

.mattblacktabs ul{
text-align: center;
margin: 0;
padding: 0;
padding-left: 112px; /*offset of tabs relative to browser left edge*/
font: bold 10px Verdana;
list-style-type: none;
cursor: pointer;
}

.mattblacktabs li{
display: inline;
margin: 0;
cursor: pointer;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 9px;
	margin: 8px;
	width: 100px;
	height: 44px; /*right divider between tabs*/;
	color: #161f24;
	background-image: url('../images/buttons.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-image: url('../images/buttons.png');
	background-position: -99px 0;
	background-repeat: no-repeat;
}
