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

.mattblackmenu ul{

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	letter-spacing: 0.5px;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

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

.mattblackmenu li a:visited{
color: #FFFFFF;
}

.mattblackmenu li a:hover{
background: none; 
color: #506138;/*background of tabs for hover state */
}

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