<style type="text/css">

/* MENU-STYLE: */

.mattblacktabs{
width: 100%;
overflow: hidden; 
/*border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0px;
padding: 0px;
padding-left: 31px;  /*offset of tabs relative to browser left edge*/
font: 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblacktabs li.selected a{
background: #240024; /*background of tabs with "selected" class assigned to its LI */
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: smaller;
}
.style3 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
</style>

