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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal  15px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 15px 25px; padding inside each tab*/
background: url(../images/menu_saprator.jpg) no-repeat right;
color: #ffffff;
cursor: pointer;
}

.mattblackmenu li a span{
background: url(../images/menu_bg_coin.png) no-repeat center;
padding: 15px 25px;
float:left;
}

.mattblackmenu li a:hover{
color: #f1d6a3; /*background of tabs for hover state */
background: url(../images/menu_hover.jpg) repeat-x;
}

.mattblackmenu a.current{
color: #f1d6a3; /*background of tab with "selected" class assigned to its LI */
background: url(../images/menu_hover.jpg) repeat-x;
}
