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

.mattblackmenu ul{

padding: 0px;
margin:0px;
font: bold 10pt Verdana;
list-style-type: none;
background: #01a7de;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*margin-left: 5px;
margin-right: 5px;*/
padding: 6px 8px; /*padding inside each tab*/
color: white;
background: #01a7de;
}
.sous_menu a {
	font-size: 9pt;
}

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

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

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