/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #FFA317;
	overflow: hidden;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

.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: #000000;
	background: #FFA317;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{
background: #FFFB52; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #FFFB52; /*background of tab with "selected" class assigned to its LI */
}
