/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	height: 26px;
	background-image: url(pngg.png);
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: gray;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 24;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333;
}

.mattblackmenu li{
	display: inline;
	
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #666;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: white;
	
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.mattblackmenu li a:visited{
	color: #333;
}

.mattblackmenu li a:hover{
	background-image: url(png2.png);
	color: #FFF;
	background-repeat: repeat-x;
}

.mattblackmenu a.selected{

}

