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

#ddtopmenubar {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
}

.mattblackmenu ul, .ddsubul{
margin: 0;
padding: 0;
font: 15px Verdana !important;

font-weight: bold !important;
list-style-type: none;
border-bottom: 1px solid gray;
background: url("http://xoax.net/menu_bkgd_2.jpg");
overflow: hidden;
width: 100%;
}

.mattblackmenu li, .ddsubli{
display: inline;
margin: 0;

    font-size: 15px;
    
    font-weight: bold;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;

margin: 0;
font: 15px Verdana !important;
font-weight: bold !important;
padding-bottom: 1px;
padding-top: 1px;
padding-right: 16px;
padding-left: 16px; /*padding inside each tab*/
border-right: 1px solid black; /*right divider between tabs*/
color: rgb(60, 60, 60);
background: url("http://xoax.net/menu_bkgd_2.jpg");
}

.mattblackmenu li a:visited{
color: rgb(60, 60, 60);
}

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

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