.mattblackmenu ul {
margin : 0;
padding : 0;
font : bold 12px Verdana;
list-style-type : none;
background : #484848;
overflow : hidden;
width : 100%;
text-align : center;
}
.mattblackmenu li {
display : inline;
margin : 0 auto;
}
.mattblackmenu li a {
float : left;
display : block;
text-decoration : none;
margin : 0;
padding : 8px 5px;
border-right : 1px solid #b5225b;
color : white;
background : #484848;
}
.mattblackmenu li a:visited {
color : white;
}
.mattblackmenu li a:hover {
background : #ce000c;
}
.mattblackmenu a.selected {
background : #b5225b;
}
.mattblackmenu a.focus {
background : #b5225b;
}