.bar{
background: #9000A0;
border-top: 2px solid #B033C0;
border-bottom: 3px solid #663333;
border-right: 2px solid #B000C0;
}

.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 #B033C0;
border-bottom: 3px solid #663333;
background: #9000A0;
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 #B000C0;
color: white;
background: #9000A0;
}

.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 */
}
