/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.mattblackmenu li{
	width:142px;
	height:50px;
	float:left;
	text-align:center;
}
.mattblackmenu li a{
	width:142px;
	height:35px;
	float:left;

	color:#FFF;
	text-decoration:none;
		padding-top:15px;
	overflow:hidden;
	font-size:14px;
	font-family:"Lucida Grande", arial, sans-serif;
}

.mattblackmenu .green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.mattblackmenu .yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.mattblackmenu .red{background:#D52100 url('images/red-item-bg.jpg') top left no-repeat;}
.mattblackmenu .purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.mattblackmenu .blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}

.mattblackmenu li a:visited{
color: #FFFFFF;
/*color: #D7DCE0;*/ }

.mattblackmenu li :hover{
background: #252525;/*background of tabs for hover state */
/*	height:35px;*/


}
.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}