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

.mattblackmenu ul{
padding:0; margin:0; float:right;
}

.mattblackmenu li{
display: inline;
height:95px; float:left; list-style:none; line-height:95px; text-transform:uppercase;
}

.mattblackmenu li a{
color:#FFF; padding:0 20px; float:left; height:95px;
}

.mattblackmenu li a:visited{
 background:#575656 url(../images/menu-hover.jpg) no-repeat bottom;
}

.mattblackmenu li a:hover{
 background:#575656 url(../images/menu-hover.jpg) no-repeat bottom; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 background:#575656 url(../images/menu-hover.jpg) no-repeat bottom; /*background of tab with "selected" class assigned to its LI */
}