/* ######### Matt Black Strip Main Menu Bar CSS ######### */

/* ---------------- REMOVES BORDER FROM LINKED IMAGES ------------------- */
a img { border:0 }

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*padding inside each tab*/
	/* border-right: 1px solid white; right divider between tabs*/
	color: #bec7db;
	/*border:1px solid #ff0000;/* /* debuggin only */

}

/* Unless this is same as selected (crumbs) won't work */
/* .mattblackmenu li a:visited{
text-decoration:underline;
} */

.mattblackmenu li a:hover {
	text-decoration:underline;
	color: #fff; 
	/* background-image:url(../images/bkgd2_11.jpg); */ 
	/* background-repeat:repeat-x; */
 /*background of tabs for hover state */
}
.noDeco li a:hover {text-decoration:none;
	color: #fff; 
}

.mattblackmenu a.selected {
	text-decoration:underline; 
	/*background of tab with "selected" class assigned to its LI */
}
