/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	font: 15px Arial, Helvetica, sans-serif;
	list-style-type: none;
	/*border-bottom: 1px solid #dfe9ed;
background: url(../images/menubg1.jpg);*/
overflow: hidden;
	background:none;
	width: 100%;
	padding: 0;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	/*border-right: 1px solid #8b9599; right divider between tabs*/
color: #fff;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-transform: uppercase;
}

.mattblackmenu li a:visited{
	color:#fff;
}
.table_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.mattblackmenu li a:hover{
	color:#6CF;

}

.mattblackmenu a.selected{
}
