﻿/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding:0;
font: bold 10px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
vertical-align: baseline;
}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;

}

.mattblackmenu li a{
float: left;
text-align:center;
text-decoration: none;
margin: 0;
padding: 6px 0px 0px 0px;  /*padding inside each tab*/
color: #ffcc00;
width:95px;
height:32px;
background: transparent url('../images/IBD_tabs09a.png') no-repeat;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color: navy;
background: transparent url('../images/IBD_tabs09b.png') no-repeat;

}

.mattblackmenu a.selected{
color:  yellow;
background: transparent url('../images/IBD_tabs09c.png') no-repeat; /*background of tab with "selected" class assigned to its LI */
}


