/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul
{
	display:inline-block;
	text-align:center;
	margin: 0;
	padding: 0;
	font:bolder 75% Verdana;
	list-style-type: none;
/*	border-bottom: 2px solid white;  */
	overflow: hidden;
	width: 100%;
	
}

.mattblackmenu li
{
	display: inline;
	margin: 0;
	text-align:center;
}

.mattblackmenu li a
{
	display:inline-block;
	text-decoration: none;
	margin: 0;
	padding: 8px 8px; /*padding inside each tab*/
/*	border-right: 2px solid white; right divider between tabs*/
	color: White;
	background: url(../images/glossybackTest3.png) repeat-x bottom left;
}

.mattblackmenu li a:visited
{
	color: White;
	background: url(../images/glossybackTest3.png) repeat-x bottom left;
}

.mattblackmenu li a:hover
{
/*	background: #990000; background of tabs for hover state */
	color:Yellow;
	background-image: url(../images/glossyback.gif);
}

.mattblackmenu a.selected
{
/*	background: #990000; background of tab with "selected" class assigned to its LI */
	color:White;
	background-image: url(../images/glossyback.gif);

}

.mattblackmenu li a.last
{
	display:inline-block;
	text-decoration: none;
	margin: 0;
	padding: 8px 8px; /*padding inside each tab*/
/*	border-right: 2px solid white; right divider between tabs*/
	color: White;
	background: url(../images/glossybackTest3red.png) repeat-x bottom left;
}

.mattblackmenu li a.last:hover
{
	
	color: yellow;
	background: url(../images/glossybackTest3redHover.png) repeat-x bottom left;
}



