.bar{
background: #8833a0;
/* border-top: 2px solid #A044C0; */
border-bottom: 2px solid #663333;
border-right: 2px solid #9933B0;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
list-style-type: none;
/* border-top: 2px solid #A044C0; */
border-bottom: 2px solid #663333;
background: #8833a0;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 10px;
border-right: 2px solid #9933B0;
color: white;
background: #8833a0;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #800090; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #A000B0; /*background of tab with "selected" class assigned to its LI */
}