/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {
	float: right;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Trebuchet, Arial,  Helvetica, sans-serif;	
font-size: 12px;
text-transform: uppercase;
list-style-type: none;
background: #333333;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
float: left;
margin: 0;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin: 0;
padding: 0px 2px; /*padding inside each tab*/
color: white;
height: 30px;
background: #333333;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #000000; /*background of tabs for hover state */
color: #86b700;
}

.mattblackmenu a.selected{
background: #000000; /*background of tab with "selected" class assigned to its LI */
}
