/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-top: 0px solid #3D7AB8;
border-bottom: 0px solid #3399FF;
background: white url(../images/icons/shade_menu.gif) top left repeat-x;
overflow: hidden;
width: 775px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
FONT-SIZE: 11px; COLOR: #4e4e4e; LINE-HEIGHT: 13px; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
text-decoration: none;
padding: 6px 10px; /*padding inside each tab*/
margin-left: 2px;
border-right: 0px solid white; /*right divider between tabs*/
/* color: white; */
background: white url(../images/icons/shade_menu.gif) top left repeat-x;


}

.mattblackmenu li a:visited{
color: white;
FONT-SIZE: 11px; COLOR: #7e7e7e; LINE-HEIGHT: 13px; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

.mattblackmenu li a:hover{
background: none; /*background of tabs for hover state */
FONT-SIZE: 11px; COLOR: #ff6600; LINE-HEIGHT: 13px; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}