/* ######### Matt Black Strip Main Menu Bar CSS ######### */

h2 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #999999; text-decoration: none; background-color: #FFFFFF}
h1 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #990000; text-decoration: none}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
font {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; background-color: #FFFFFF; color: #000000; text-decoration: none}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 13px Arial;
list-style-type: none;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #FFFFFF;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 1px 14px; /* padding inside each tab */
border-right: 1px solid black; /* right divider between tabs */
border-left: 1px solid black;
color: black;
background: #FFFFFF;
}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{
background: D8D8D8; /* background of tabs for hover state */
}

.mattblackmenu a.selected{
background: D8D8D8; /* background of tab with "selected" class assigned to its LI */
}