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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: url(../images/nav_bg.gif) repeat-x left top;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
	padding: 9px 24px 9px 25px;
	display: block;
	float: left;
	text-decoration: none;
 /*right divider between tabs*/
	color: white;
	margin-left:1px;

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

}
.mattblackmenu li a:visited{
	

}
*html .mattblackmenu li a:visited{
	
}
.mattblackmenu li a:hover, li a.active{
	
 /*background of tabs for hover state */
	margin-left:1px;
	color: #003768;
	background: url(../images/mainNav-hover-bg.jpg) repeat-x;
}
*html .mattblackmenu li a:hover, li a.active{
	
 /*background of tabs for hover state */
	margin-left:1px;
	color: #003768;
	background: url(../images/mainNav-hover-bg.jpg) repeat-x;
}

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

}
*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;

}