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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: 12px Arial;
	list-style-type: none;
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
	width: 100%;
	background-color: #001638;
	background-image: url(../images/bg-nav.jpg);
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 15px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #001638;
}

.mattblackmenu li a:hover{
background: #c6c6cc; /*background of tabs for hover state */
color: #001638;
}
