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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 14px Arial, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 0px solid gray;
/*background: #F00; /*#002469;*//*#6E92C4;
background-image:url(../imatges/disseny/fons-menu-gris.png);*/
overflow: hidden;
width: 100%;
height:36px;

}

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

.mattblackmenu li a{
float: left;
height:30px;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
margin-right:3px;
color: red;
/*background: #6C6CFE; /*#002469;*/
/*background-image:url(../imatges/disseny/fons-menu-gris.png);
background-repeat:repeat-x;
background-position:bottom left;*/
padding-top:0px;
}

.mattblackmenu li a:visited{
color: red;
}

.mattblackmenu li a:hover{
/*background: black;*/ /*background of tabs for hover state */
color: red;
}

.mattblackmenu a.selected{
/*background: black; *//*background of tab with "selected" class assigned to its LI */
color: red;
}