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

.mattblackmenu ul{

	margin: 0;
	padding: 0;

	font-family: Arial, Tahmoa, Verdana;
	font-size:22px;
	font-weight:bold;

	list-style-type: none;

	border-top:4px solid #015697;

	background:transparent url(../images/bgOFF.gif) repeat-x top left;

	overflow: hidden;

	width: 100%;
}

.mattblackmenu li{

	display: inline;
	margin: 0;
}

.mattblackmenu li a{

	float: left;
	display: block;
	font-weight:bold;
	text-decoration: none;
	margin: 0;
	padding: 6px 53px; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
	color:#666;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
}

.mattblackmenu li a:visited{

	color:#666;
}

.mattblackmenu li a:hover{

	background: transparent; /*background of tabs for hover state */
}

.mattblackmenu a.selected{

	background: transparent; /*background of tab with "selected" class assigned to its LI */
}
