/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
font-family: verdana;
font-size:9px;
font-weight:bold;
text-decoration:none;
background:transparent;

}

.mattblackmenu li
{
background:url('bgGrey19.gif') no-repeat right bottom #6d6e71;	
display: inline;
margin-left:4px;
width:547px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 8px; /*padding inside each tab*/
border-right: 3px solid white; /*right divider between tabs*/
background: url('bgGrey19.gif') no-repeat right bottom #6d6e71;
width:90px;
color: #FFFFFF;
font-family: verdana,Arial;
font-size:9px;
font-weight:bold;
vertical-align:top;
height:15px;
}

.mattblackmenu li a:visited{
	
}

.mattblackmenu li a:hover{
	background: url('bgOrange104.gif') no-repeat  bottom ; /*background of tabs for hover state */
	
}

.mattblackmenu a.selected{
	
	background: url('bgOrange104.gif') no-repeat bottom ; /*background of tab with "selected" class assigned to its LI */
}

.subLink {
	font-family: Verdana,arial;
	font-size: 8.5px;
	color: #494949;
	font-weight:bold;
	text-decoration:none;
	background:none;
}

.mattblackmenu_selected{
	
	background: url('bgOrange104.gif') no-repeat bottom; /*background of tab with "selected" class assigned to its LI */
}