/* ......... Matt Black Strip Main Menu Bar CSS ......... */
/*.mattblackmenu {
	margin-bottom: 1px;
	width: 877px;
	height: 21px;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: .414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
margin-right: 1px;
	width: 96px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/



/* Main Navigation Menu */

.mattblackmenu {
	margin-bottom: 1px;
	width: 877px;
	height: 21px;
}

.mattblackmenu ul {
	width: 877px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

.mattblackmenu li {
	margin-right: 1px;
	width: 96px;
	height: 21px;
	float: left;
	background: #6263AF ;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.mattblackmenu li.last {
	margin-right: 0px;
	width: 101px;
}

.mattblackmenu a {
	padding: 4px 8px;
	display: block;
	color: #fff;
	text-decoration: none;
}


