/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 1px none gray;
	background: #FFFFFF;
	overflow: hidden;
	width:700px;
	z-index:110;
	position: absolute;
	top: 75px;
	left:162px;
	height:27px;
}

.mattblackmenu li{
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: none;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 0 0 3;
	padding: 6px 0px;
	border-right: 1px solid white;
	width: 93px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
}



.mattblackmenu li a:visited{
}

.mattblackmenu li a:hover{
	background: url(../pictures/bt_survol.gif) no-repeat;
	color: #C00010;
}

.mattblackmenu a.selected{
}

.grey {
	background-image: url(../pictures/bt_gray.gif);
	color: #3E282B;
	background-repeat: no-repeat;
}

.black {
	background-image: url(../pictures/bt_black.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
}

.red {
	background-image: url(../pictures/bt_red.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#blacktext {
color: #3E282B;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
}
