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

.mattblackmenu ul{
margin: 0;
height: 30px;
font: 14px Geneva, Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 100%;
margin-left: -40px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
height: auto;
display: block;
text-decoration: none;
padding-top: 6px; /*padding inside each tab*/
padding-bottom: 29px;
padding-left: 25px;
padding-right: 22px;
border-left: 1px solid #630000; /*right divider between tabs*/
border-right: 1px solid #630000; /*right divider between tabs*/
color: #630000;

}

.mattblackmenu li a:visited{
color: #630000;
text-decoration: none;
}

.mattblackmenu a.selected:visited{
color: #630000;
text-decoration: none;
}

.mattblackmenu li a:hover{
background: url(hover.png); /*background of tabs for hover state */
color: #efeeb5;
text-decoration: none;
}

.mattblackmenu a.selected{
background: url(hover.png); /*background of tab with "selected" class assigned to its LI */
color: #efeeb5;
text-decoration: none;
}

.mattblackmenu li#active a {
	color: #efeeb5;
	background: url(hover.png);
	text-decoration: none;
}