/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#ddtopmenubar{border-bottom: 1px solid #555555;
margin-bottom:20px;
padding-bottom:10px;}
.mattblackmenu ul{
margin: 0;
padding: 0;
padding-left:40px;

list-style-type: none;
overflow: hidden;
width: 90%;
font-family: arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	word-spacing: 2px;

	margin:10px 10px 0px 30px;
	border-bottom: 0px solid #555555;
	
}

.mattblackmenu li{
display: inline;
margin: 30;
/* margin-left:50px; */
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:  2px 12px; /*padding inside each tab*/
 /*right divider between tabs*/
color: white;

}

.mattblackmenu li a:visited{
color: white;
}

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

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