/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 16px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
	float: left;
	list-style: none;
	
}

.mattblackmenu li a{
	width: 161px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
	padding: 11px 1px 20px 1px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../images/main-nav-bg-rept.gif) repeat-x;
	text-align: center;
 /*right divider between tabs*/

}
*html .mattblackmenu li a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 11px 1px 20px 1px;
	display: block;
	float: left;
	text-decoration: none;
 /*right divider between tabs*/
	width: 161px;

}
.mattblackmenu li a:visited{
	

}
*html .mattblackmenu li a:visited{
	
}
.mattblackmenu li a:hover, li a.active{
	
 /*background of tabs for hover state */
	background: url(../images/main-nav-bg-rept.gif) repeat-x 0px -52px;
	color: #FFF;
}
*html .mattblackmenu li a:hover, li a.active{
	
    /*background of tabs for hover state */
	background: url(../images/main-nav-bg-rept.gif) repeat-x 0px -52px;
	color: #FFF;
}

.mattblackmenu a.selected{
	 /*background of tab with "selected" class assigned to its LI */
	color: #FFF;
	background: url(../images/main-nav-bg-rept.gif) repeat-x 0px -52px;

}
*html .mattblackmenu a.selected{
	 /*background of tab with "selected" class assigned to its LI */
	color: #003768;
	background: url(../images/mainNav-hover-bg.jpg) repeat-x;

}
