/***************************************************************************************
* Fabrication
****************************************************************************************/
#menuItemFabrication .menuItem {
	background-color: #2f7e61;
	border: solid #2f7e61 1px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
}
#menuItemFabrication .menuItem a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#menuItemFabrication .menuItemOn {
	background-color: #ffffff;
	border: solid #2f7e61 1px;
	font-weight: bold;
	padding: 2px;
	color: #2f7e61;
}
#menuItemFabrication .menuItemOn a {
	color: #2f7e61;
	font-size: 12px;
	text-decoration: none;
}
#menuItemFabrication .menuItemOff {
	height: 22px;
	background: url('/img/tab/menu_fabrications_bg.png');
	font-weight: bold;
	padding-top: 5px;
	color: #ffffff;
}
#menuItemFabrication .menuItemOff a {
	color: #2f7e61;
	font-size: 12px;
	text-decoration: none;
}
#menuFabrication {
	position: absolute;
	background-color: #ffffff;
	border: solid #2f7e61 1px;
	color: #2f7e61;
	text-align: left;
	z-index: 100;
}
#menuFabrication .sousMenuOff {
	text-align: left;
	background-color: #ffffff;
}
#menuFabrication .sousMenuOff a {
	color: #2f7e61;
	text-decoration: none;
}
#menuFabrication .sousMenuOn {
	text-align: left;
	background-color: #2f7e61;
	/*cursor: pointer;*/
}
#menuFabrication .sousMenuOn a {
	color: #ffffff;
	text-decoration: none;
}
