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

.mattblackmenu {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
list-style-type: none;
border-bottom: 1px solid gray;
background: url(../images_broker/menu_bg.jpg) left top scroll repeat-x;
overflow: hidden;
line-height: 41px;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 09px 0px 13px; /*padding inside each tab*/
border-right: 1px solid #53abbe; /*right divider between tabs*/
color: #000000;
}
.mattblackmenu .border_none{
border-right: 0px solid white; /*right divider between tabs*/
}

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

.mattblackmenu li a:hover{
/*background of tabs for hover state */
color: #FF0000;
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}
