/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
		margin:0;
        list-style:none;
		font: bold 11px Arial, Helvetica, sans-serif;;
		text-transform:uppercase;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
		width: 100%;
		background-image:url();
		background:#CC3300 url(../bg123.gif) repeat-x;

}

.mattblackmenu li{
		 display:inline;
      margin:0;
      padding:0;
}

.mattblackmenu li a{
	float:left;
	display:block;
	height:15px;
	text-decoration: none;
	margin: 0;
	padding: 6px 15px; /*padding inside each tab*/
	border-right: 1px solid #CC3300; /*right divider between tabs*/
	color: white;
	  }

.mattblackmenu li a:hover{
background: #fff; /*background of tabs for hover state */
color:#CC3300;
}

.mattblackmenu a.selected{
}