/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:Tahoma;

font-weight:bold;
list-style-type: none;
overflow: hidden;
width: auto;
}

.mattblackmenu li{
float: left;
display: block;

font-weight:bold;
margin: 0;
}

.mattblackmenu li a{
font-family: tahoma;
	font-size: 11px;
	line-height: 28px;
	color: #FFF;
	background-image: url(../images/nav_1.jpg);
	background-repeat: repeat-x;

padding-left:15px;
	padding-right:15px;
	width:92px;
	display: block;
	text-decoration: none;
	font-weight: bold;

}


.mattblackmenu li a:hover{
	font-family: tahoma;
	font-size: 11px;
	line-height: 34x;
	color: #247ed1;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-right:15px;
	width:92px;
	display: block;
	
/*background of tabs for hover state */
}
