﻿/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-top: 0px;
margin-left: 0px;
xmargin-right: 0px;
margin-bottom: 0px;
padding: 0px;
font: normal 14px Arial !important;
list-style-type: none;
background: transparent;
overflow: hidden;
width: 110%;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 9px 0px 0px; /*padding inside each tab*/
color: #ffffff;
padding-bottom: 5px; /* between main menu item and drop down */
font: bold 14px Arial !important; /* Added to normalize top nav */

}

.mattblackmenu li a:visited{
color: #ffffff;
}

.mattblackmenu li a:hover{
xbackground: #223418; /*background of tabs for hover state */
color: #faa61a;
}

.mattblackmenu a.selected{
xbackground: black; /*background of tab with "selected" class assigned to its LI */
color: #faa61a; /* Call selected state with programming */
}