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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 9.0px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
background: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	font-size: 11px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: #BFD334;
margin: 0;
padding: 12px 16px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: none;
}

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

.mattblackmenu li a:hover{
	background: none; /*background of tabs for hover state */
	color: #BFD334;
	font-size: 11px;
}

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