#ddtopmenubar {
	background-image: url(../images/contentbg.png);
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 5px;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	background-color: #414141;
	background-image: url(../images/menubg-1.png);
	background-repeat: repeat-x;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #CCC;
	background-color: #414141;
	background-image: url(../images/menubg-1.png);
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

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

.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 */
}
