/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	list-style-type: none;
	overflow: hidden;
	/*width: 100%;*/
	width: 626px;
	font-family: "Lucida Sans", Geneva, sans-serif;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #585857;
	background-color: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #585857;;
	background-image: url(menu_separe.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height:50px;

}

.mattblackmenu li a:visited{
color: #585857;
}

.mattblackmenu li a:hover,
.mattblackmenu li a.current
{
	color:#00AAE2; /*background of tabs for hover state */
	/*background-color: transparent;*/
		/*background-color: #F00;
	background-color: #FFF;
	background-image: url(_img/interface/top_fond.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	*/
}

.mattblackmenu a.selected{
	color:#00AAE2; /*background of tabs for hover state */
	background-color: transparent;/*background of tab with "selected" class assigned to its LI */
}

