/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#nav_bj{
	background-image:url(../images/idc_02.gif);
	text-align:center;
	width:100%;
	height: 35px;
	background-repeat: repeat-x;
}
.mattblackmenu{
	width: 905px;
	height: 6px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.mattblackmenu #indexul{
	float:left;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	overflow: hidden;
	width: 75%;

}

.mattblackmenu #indexli{
	display: inline;
	margin: 0;
	line-height: 35px;
	font-size: 12px;
}

.mattblackmenu #indexli a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid #E6416A; /*right divider between tabs*/
	color: white;
	width: 85px;
	padding:0 8px 0 8px;
	text-align: center;
	
	font-size:14px;
}

.mattblackmenu #indexli a:visited{
color: white;
}

.mattblackmenu #indexli a:hover{
	background-color: #C3254F;
}

.mattblackmenu #indexli1{
	display: inline;
	margin: 0;
	line-height: 35px;
	font-size: 12px;
}

.mattblackmenu #indexli1 a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid #E6416A; /*right divider between tabs*/
	color: white;
	width: 80px;
	padding:0 8px 0 8px;
	text-align: center;
	background-color: #C3254F;
	font-size:14px;
}



.mattblackmenu a.selected{
background: #C3254F; /*background of tab with "selected" class assigned to its LI */
}
