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


.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: none;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 10px; /*padding inside each tab*/
border-right: 1px solid #999999; /*right divider between tabs*/
color: #0C60AB;
}

.mattblackmenu li a:visited {
color: #0C60AB;
}


.mattblackmenu li a:hover{
color:#666666;
 /*background of tabs for hover state */
}

.mattblackmenu a.selected{
color:#666666;
}

.mattwhitemenu ul{
margin: 0;
padding: 0;
font: normal 10px Verdana;
color: #ffffff;
list-style-type: none;
border-bottom: none;
overflow: hidden;
width: 100%;
}

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

.mattwhitemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 10px; /*padding inside each tab*/
border-right: 1px solid #999999; /*right divider between tabs*/
color: #0C60AB;
}

.mattwhitemenu li a:visited {
color: #0C60AB;
}


.mattwhitemenu li a:hover{
color:#666666;
 /*background of tabs for hover state */
}

.mattwhitemenu a.selected{
color:#666666;
}