/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid Orange;
background: black; Topmenu background*/
overflow: hidden;
width: 100%;
text-align:center;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab
border-right:2px solid #bec2c2;  raghavendra right border hide  */
vertical-align:middle;
/*right divider between tabs*/
color: #3f3f3d;
 /*background: #b4cdde;Products background*/
}

.mattblackmenu li a:visited{
 /*color: #2d3580;*/
}

.mattblackmenu li a:hover{
/*background: Red; background of tabs for hover state */
color:#2d3580;
}

.mattblackmenu a.selected{
/*background: Red; background of tab with "selected" class assigned to its LI */
 
}