/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	border-bottom: 0px solid gray;
	overflow: hidden !important;
	width: 100%;
}
.mattblackmenu li {
	display: inline;
	margin: 0;
}
.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0 15px; /*padding inside each tab*/
	color: #fff;
	height:38px;
	line-height:38px;
	font-size: 16px;
	font-weight: bold;
}
.mattblackmenu li a:visited {
	color:#fff ;
}
.mattblackmenu li a:hover {
	background:url(../images/navHover.png) bottom repeat-x; /*background of tabs for hover state */
	color:#fff;
}
.mattblackmenu a.selected {
	background:url(../images/navHover.png) bottom repeat-x; /*background of tabs for hover state */
}
