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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 17px Verdana;
font-weight: normal;
letter-spacing: 1px;
list-style-type: none;
background: url(../grafik/nav_button_hin_n.gif) repeat-x;
overflow: hidden;
width: 880px;
float: left;
height: 80px;
}

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

/*padding inside each tab*/
.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top: 10px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: auto; 
border-left: 1px dashed white; /*right divider between tabs*/
color: white;
background: url(../grafik/nav_button_hin_n.gif) repeat-x;
height: 32px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: url(../grafik/nav_button_hin_d.gif) repeat-x; /*background of tabs for hover state */
}

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