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

.mattblackmenu ul
{
	margin: 0;
	line-height: 100%;
	text-transform: uppercase;
	padding: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	border-bottom: 0px #600 solid;
	overflow: hidden;
	width: 100%;
	background-color: #FFC;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a
{
	float: left;
	line-height: 100%;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px;
	/*padding inside each tab*/
	border-right: 0px #600 solid;
	/*right divider between tabs*/
	color: #600;
	background-color: #FFC;
}

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

.mattblackmenu li a:hover
{
	/*background of tabs for hover state */
	background-color: #FC0;
}

.mattblackmenu a.selected
{
	/*background of tab with "selected" class assigned to its LI */
	background-color: #FFC;
}