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

.mattblackmenu ul{
margin: 0;
padding: 0;
height: 40px;
font: 12px Tahoma;
padding-bottom: 0px;
list-style-type: none;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
height: auto;
display: block;
text-decoration: none;
margin-top: 0px;
padding: 11px 18px; /*padding inside each tab*/

color: #000000;
}

.mattblackmenu li a:visited{
color: #000000;
}

.mattblackmenu a.selected:visited{
color:#000000;
}

.mattblackmenu li a:hover{
background: url(active.png) repeat-x left top; /*background of tabs for hover state */
color:#000000;
}

.mattblackmenu a.selected{
background: url(active.png) repeat-x left top; /*background of tab with "selected" class assigned to its LI */
color:#000000;
}

.mattblackmenu li#active a {
	color:#ffffff;
	background: url(navigation-hover.png) repeat-x left top;
}