﻿.mattblackmenu ul{
margin: 0;
margin-left:8px;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: #000;
overflow: hidden;
width: auto;
}

.mattblackmenu li{
width:210px;
height:43px;
line-height:43px;
overflow:hidden;
margin: 0;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin: 0;
color: white;
background:url('../images/on&off.gif') 0px 0px no-repeat;
}

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

.mattblackmenu li a:hover{
background:url('../images/on&off.gif') 0px -43px no-repeat; }

.mattblackmenu a.selected{
background:url('../images/on&off.gif') 0px -43px no-repeat; }