/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	padding-top: 6px;
	padding-right: 28px;
	padding-bottom: 6px;
	padding-left: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
