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


/*****  Regler für die Hauptpunkte  *****/
.mattblackmenu ul{
margin-top: 0px;
margin-left: 0px;
margin-right: -1px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px; 
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: none;
list-style-type: none;
overflow: hidden;
width: auto;
height: 40px;
background: #9E1E14 url(../grafik/nav_stueck_rechts.gif) repeat-y top right;
}

.mattblackmenu li{
display: inline;
margin: auto;
width: auto;
background: #9E1E14;
}

/*padding inside each tab*/
.mattblackmenu li a {
float: left;
display: block;
text-decoration: none;
margin-top: 10px;
padding-top: 0px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0px; 
border-right: 1px solid #F7B333; /*right divider between tabs*/
color: #F7B333;
height: auto;
}

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

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

.mattblackmenu li a:hover {
color: #F7B333;
text-decoration: underline;
/*background: url(../grafik/nav_punkt_hin_d.gif);*/
}

.mattblackmenu a.selected {
/*background of tab with "selected" class assigned to its LI */
color: #F7B333;
text-decoration: underline;
}
