/* ######### Matt Black Strip Main Menu Bar CSS ######### 
Styles de la barre de navigation horizontale.
*/

#ddtopmenubar{
	/*position:absolute;
	top:153px;
	left:4px;*/
	width: 780px;
}


.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background-image:url(fd_menu.png);*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
font-size:100%;
/*width : 124px;
	height:35px;*/
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 9px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
text-align:right;
width : 112px;
height:30px;
}

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

.mattblackmenu li a:hover{
background: #0CF; /*background of tabs for hover state */
color:#fff;
}

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

