/*######### Matt Black Strip Main Menu Bar CSS #########*/
.mattblackmenu UL
{
	margin: 0;
	padding: 0;
	font: normal 15px "trebuchet MS";
	list-style-type: none;
/*border-bottom: 1px solid gray;
background: #f37336;*/
	overflow: hidden;
	width: 650px;
}
.mattblackmenu LI
{
	display: inline;
	background-position: center left !important;
	margin: 0;
}
.mattblackmenu LI A
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 20px 4px;
/*padding inside each tab
border-right: 1px solid white;
right divider between tabs*/
	color: #333333;
/*background: #f37336;*/
}
.mattblackmenu LI A:visited
{
	color: #000000;
}
.mattblackmenu LI A:hover
{
	background: url(../images/nav-hover-bg.jpg) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
/*background of tabs for hover state*/
}
.mattblackmenu A.selected
{
	background: url(../images/nav-hover-bg.jpg) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
/*background of tab with "selected" class assigned to its LI*/
}
