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

.mattblackmenu ul{
list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.mattblackmenu li{
display: inline;
	margin: 0;
	padding: 0px;
}

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

.mattblackmenu li a:visited{
color: white;
	padding: 0px;
	margin: 0px;
}

.mattblackmenu li a:hover{
padding: 0px; /*background of tabs for hover state */
}

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