/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 9pt Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	background-image: url('/Themes/Content Themes/Consolidated/Templates/images/button_bg.jpg');
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	text-decoration: none;
}

.mattblackmenu a.selected{
background: transparent; /*background of tab with "selected" class assigned to its LI */
}

