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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 720;
	font : tahoma;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	padding-right: 6;
	padding-left: 5;
	/*padding inside each tab*/
	/*right divider between tabs*/
	border-right : 1px dotted #616161;
}



.mattblackmenu li a:hover{

	/*background of tabs for hover state */
}

.mattblackmenu a.selected{

	/*background of tab with "selected" class assigned to its LI */
}
