/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px arial, sans-serif;;
list-style-type: none;
background: transparent;
overflow: hidden;
width: 100%;
height:32px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
font: 12px arial, sans-serif;;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 15px; /*padding inside each tab*/
line-height:32px;
color: white;
background:transparent url(http://lib.store.yahoo.net/lib/mdcoffeecakes/top-link-line.jpg) no-repeat scroll right top;
}

.mattblackmenu #last a{
background:none !important;
}

.mattblackmenu li a:visited{
color: white;
text-decoration: none;
}

.mattblackmenu li a:hover{
background: #5F4842; /*background of tabs for hover state */
color: #CF873F;
text-decoration: none;
}

.mattblackmenu a.selected{
background: #5F4842; /*background of tab with "selected" class assigned to its LI */
color: white;
text-decoration: none;
}
