/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu{
float:right;
width:650px;
margin-right:80px;

}
.mattblackmenu ul{
margin: 0 0 0 20px;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
height:77px;
line-height:77px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0 8px; /*padding inside each tab*/
color: white;
height:77px;
line-height:77px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black; /*background of tabs for hover state */
background-image:url(../images/top-nav-bg-on.gif);
background-repeat:repeat-x;
background-position:top;
}

.mattblackmenu a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
background-image:url(../images/top-nav-bg-on.gif);
background-repeat:repeat-x;
background-position:top;
}

.mattblackmenu a.on{
/*background: black; /*background of tab with "selected" class assigned to its LI */
background-image:url(../images/top-nav-bg-on.gif);
background-repeat:repeat-x;
background-position:top;
}