/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #414141;
	overflow: hidden;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}

.mattblackmenu li{
display: inline;
margin: 0;
}
#ddtopmenubar ul li .first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	width: 123px;
}


.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #414141;
	background-image: url(../images/MenuBG_a.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
