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



.mattblackmenu ul{

margin: 0;

padding: 0;

font: bold 11px Verdana;

list-style-type: none;

/*border-bottom: 1px solid gray;

background: #414141;*/

overflow: hidden;

width: 98%;

text-align:left;

}



.mattblackmenu li{

display: inline;

margin: 0;

text-align:left;

vertical-align:middle;

}



.mattblackmenu li a{

float: left;

display: block;

text-decoration: none;

text-align:left;

vertical-align:middle;

margin: 0;

padding: 5px 21px; /*padding inside each tab*/

/*border-right: 1px solid white; /*right divider between tabs*/

color: #00367A;

background:#DFE9F5 url(bg_navBar_normalTab.gif) center right no-repeat;

}



.arrow_nav	{background:url(arrow-right.gif) right center no-repeat;}



.mattblackmenu li a:visited{

color: #000066;

}

.mattblackmenu li a:active{

background:#134F9D url(bg_navBar_activeTab.gif) center right no-repeat;

color: #ffffff;

}

.mattblackmenu li a:hover{

/*background: black; /*background of tabs for hover state */

background:#134F9D url(bg_navBar_activeTab.gif) center right no-repeat;

color:#ffffff;

}



.mattblackmenu a.selected{

/*background: black; /*background of tab with "selected" class assigned to its LI */

background:#134F9D url(bg_navBar_activeTab.gif) center right no-repeat;

color:#ffffff;

}