/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {width: 1060px; height: 50px; background: #000; clear: both;}

.mattblackmenu ul{
margin: 0;
padding: 0px;
list-style-type: none;
height: 50px;
line-height: 50px;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-transform: normal;
margin: 0;
height: 50px;
line-height: 50px;
padding: 0px 15px; /*padding inside each tab*/
color: #fff;
border-left: 1px solid #fff;
font-size: 15px;
}
.topmenu0 {border-left: 0px !important;}

.mattblackmenu li a:visited{
color: #fff;
}

.mattblackmenu li a:hover{
color: #fff !important;
text-decoration: none;
background: #feba01 url(../images/xnav-bg-act.gif) repeat-x;
}

.mattblackmenu a.selected{
color: #fff !important;
background: #feba01 url(../images/xnav-bg.gif) repeat-x;
}

.topblackwhite li a{
background: #000;
color: #fff;
}

.topblackwhite li a:hover{
background: #feba01;
color: #fff;
}