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

.mattblackmenu, .mattblackmenu_times, .mattblackmenu_sans {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
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_times {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.mattblackmenu_sans {
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-size: 13px;
}

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

.mattblackmenu li a, .mattblackmenu_sans li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 05px 0px 7px; /*padding inside each tab*/
border-right: 1px solid #CCCCCC; /*right divider between tabs*/
color: #000000;
}
.mattblackmenu_sans li a{
padding: 0px 08px 0px 10px; /*padding inside each tab*/
}
.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 */
}
