/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 11px arial;
list-style-type: none;
background:url(../images/top_nav_bg.gif) repeat-x 0 0;
overflow: hidden;
width: 100%;
height:51px;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li:hover{ background:none;}

.mattblackmenu li a{
font-weight:bold;
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 9px 5px 9px 5px; padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color: #0E589F;
background:url(../images/bg-li.gif) no-repeat right 2px; 
width:120px;
padding:20px 0 15px 0;
text-align:center;
text-transform:uppercase;
}

.mattblackmenu ul li a:hover{ color:#E06E05; }
.mattblackmenu ul li a.selected{ color:#E06E05;}




/*.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:url(../images/tab_hover_bg.gif) repeat-x 0 1px; color:#000000; background of tabs for hover state 
}
*/



/*.mattblackmenu a.selected{
background:url(../images/tab_hover_bg.gif) repeat-x 0 1px; color:#000000; background of tab with "selected" class assigned to its LI 
}*/

