/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
padding: 0;
font: bold 8pt arial;
font-weight:bold;
list-style-type: none;
background-color:#7d8a98;
overflow: hidden;
width:972px;
margin:0;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 15px 5px 15px; /*padding inside each tab*/
color: #fff;
}

.mattblackmenu li a:visited{
color: #fff;
}

.mattblackmenu li a:hover{
background: #33595a; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #33595a; /*background of tab with "selected" class assigned to its LI */
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu2 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 208px;
}

.mattblackmenu2 li{
	float: left;
	width: 208px;
	background-color:#33595a;
	border-bottom: 1px solid #33595a;
	list-style:none;
	margin-left:1px;
}

.mattblackmenu2 li a{
	background: url(../images/leftnav_arrow.gif) top left no-repeat;
	display: block;
	padding: 5px 0 5px 15px;
	margin-left:15px;
	color: #7d8a98;
	width: 173px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.mattblackmenu2 li a:visited{
color: white;
}

.mattblackmenu2 li a:hover{
background: #33595a; /*background of tabs for hover state */
}

.mattblackmenu2 a.selected{
background: #5f0314; /*background of tab with "selected" class assigned to its LI */
}
