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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 9px Verdana;
list-style-type: none;
/*border-bottom: none;/*1px solid #341C08;*/
background: #341C08;
overflow: hidden;
width: 100%;
height: 49px;
}

.mattblackmenu {
	padding: 0;
	margin: 0;
	border: none;
	height: 49px;
	/*display: inline-block;*/
	float: left;
}
.mattblackmenu li{
display: inline;
float: left;
margin: 0;
padding: 0; /*padding inside each tab*/
}

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

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #341C08; /*background of tabs for hover state */
color: #BD5294;
}

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