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

.mattblackmenu ul
{
	margin: 0;
	padding: 0;
	font-family:"Arial";
	font-size:11px;
	font-weight:normal;
	list-style-type: none;
	overflow: hidden;
	width:520px;
	height:26px;
	background-image:url(f_menu1.png);
	background-repeat:repeat-x;
	margin-left:10px;

}

.mattblackmenu li{
display: inline;
margin: 0;
float: left;
text-decoration: none;
padding: 0px 10px; /*padding inside each tab*/
color: #666;
background-image:url(f_menu.png);
background-repeat:no-repeat;
height:26px;

}

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


}

.mattblackmenu li a:visited{
color: #666;
}

.mattblackmenu li a:hover{
	color: #22aedd;
}

.mattblackmenu a.selected{
	color: #22aedd;
}
