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


/*****  Regler für die Hauptpunkte  *****/
.mattblackmenu ul {
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px; 
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: none;
list-style-type: none;
/*overflow: hidden;*/
width: auto;
height: 48px;
}

.mattblackmenu li{
display: inline;
margin: auto;
width: 100%;
}

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

/********************************************/

.mattblackmenu li a:visited {
color: #333;
}

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

.mattblackmenu a.selected {
background: url(../grafik/nav_punkt_hin_d.gif);
/*background of tab with "selected" class assigned to its LI */
color: #333;
}
