@charset "UTF-8";

/* ######### Matt Black Strip Main Menu Bar CSS ######### */
/* Customizable styles */
.mattblackmenu ul{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
border-bottom: 1px solid gray;
background: #ffd350;
}

.mattblackmenu li a{
color: black;
text-decoration: none;
padding: 6px 18px 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
}

.mattblackmenu li a:link,
.mattblackmenu li a:visited{
color: black;
text-decoration: none;
}

.mattblackmenu li a:hover,
.mattblackmenu li a:active,
.mattblackmenu li a:focus {
background-color: #7db4de; /*background of tabs for hover state */
color: white;
text-decoration: none;
}

.mattblackmenu a.selected{
background-color: #7db4de; /*background of tab with "selected" class assigned to its LI */
}

/* Don't change following settings */
.mattblackmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0px;
padding: 0px;
}

.mattblackmenu li a{
float: left;
display: block;
margin: 0px;
}
