/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu td{
margin: 0;
padding: 0;
font: bold 10px Arial;
COLOR: #ffffff;
LINE-HEIGHT: 16px;
/*background-image: url("../images/red_03.gif");*/
margin: 0;
}
/*
overflow: hidden;
display: inline;
list-style-type: none;
border-bottom: 0px solid gray;width: 86px;
	font-weight: bold; FONT-SIZE: 12px; COLOR: #ffffff; LINE-HEIGHT: 16px; FONT-FAMILY: "Arial"; TEXT-DECORATION: none
.mattblackmenu td{
display: inline;
margin: 0;
}
*/
.mattblackmenu td a{
float: left;
display: block;
text-decoration: none;
padding: 7px 16px; /*padding inside each tab*/
color: white;
/*
width: 86px;
background-image: url("../images/red_03.gif");
border-right: 0px solid white; /*right divider between tabs*/
*/
}

.mattblackmenu td a:visited{
color: white;
}

.mattblackmenu td a:hover{
background-image: url("../images/red_04.gif");
}

.mattblackmenu a.selected{
background-image: url("../images/red_04.gif");
}