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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:"lucida sans unicode";
list-style-type: none;
overflow: hidden;
left:17px;
position:absolute;
bottom:0px;
}

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

.mattblackmenu li a{
float:left;
width:144px;
height:31px;
background-image:url('../images/greybutton.png');
background-repeat:no-repeat;
display:block;
padding-top:10px;
text-decoration:none;
color:#696969;
}
.mattblackmenu li a:visited
{
	/*color: white;*/
}

.mattblackmenu li a:hover{
width:144px;
height:31px;
background-image:url('../images/greenbutton.png');
background-repeat:no-repeat;
}

.mattblackmenu a.selected{
background-image:url('../images/greenbutton.png');/*background of tab with "selected" class assigned to its LI */
}