/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.leftMost a{
border-left: 1px solid white; /*right divider between tabs*/
}
.mattblackmenu ul{
margin: 0;
padding: 0;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float:right;
display:inline;
	text-decoration: none;
	margin: 0;
border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
	padding-top: -10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-transform:uppercase;
}

.mattblackmenu li a:visited{
color: #ffffff;
	text-decoration: none;
}

.mattblackmenu li a:hover{
background: #478c3b; /*background of tabs for hover state */
color: white;
}

.mattblackmenu a.selected{
background: #478c3b; /*background of tab with "selected" class assigned to its LI */
color: white;
}