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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 1.0em sans-serif;
list-style-type: none;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background:url("/menue/horz_hg.jpg") #F3FBEF;
overflow: hidden;
height: 35px;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 8px; /*padding inside each tab*/
border-right: 1px solid #ccc; /*right divider between tabs*/
color: #666;
background:url("/menue/horz_hg.jpg")#fefefe;
height: 35px;
}

.mattblackmenu li a:visited{
height: 35px;
color: #666;
}

.mattblackmenu li a:hover{
background: #fafafa; /*background of tabs for hover state */
color: #f00;
height: 35px;
text-decoration: none;
}

.mattblackmenu a.selected{
background: #fafafa; /*background of tab with "selected" class assigned to its LI */
height: 35px;
}
