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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 10px  Arial, Helvetica, sans-serif;
text-transform:uppercase;
list-style-type: none;
overflow: hidden;
width: auto;
clear:both;
float:right;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
height:13px;
line-height:13px;
padding:8px 15px;
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #0364aa;
}
* html .mattblackmenu li a{
height:13px;
}

.mattblackmenu li a:visited{

}

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

.mattblackmenu a.selected{
background: #e8e6e6; /*background of tab with "selected" class assigned to its LI */
color: #0364aa;
}