/* ######### Matt Black Strip Main Menu Bar CSS ######### */
@font-face {
	font-family:"Swis721 Cn BT";
	src: url("../fonts/swissc.ttf");  
}
.mattblackmenu ul{
	height: 42px;
	padding: 0;
	margin: 0;
	list-style:none;
	color:#FFFFFF;
}

.mattblackmenu li{
float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 42px;
}

.mattblackmenu li a{	
	width: 110px;
	height: 42px;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Swis721CnBt;
	font-size: 15px;	
	position: relative;
	display: block;
}


.mattblackmenu li a:hover{

}

.mattblackmenu a.selected{
height: 42px;

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