.menu_table {
	background: url(http://www.oursonrapide.com/modules/menu/images/menu_bg.jpg) no-repeat;
	width:201px; /* = backgorund image width */
	height:10px; /* solo per compattare gli items */
	padding:5px;
}

/*
	########################################################################
	############################################################## menu Home
*/

a.mHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	text-decoration: underlined;
}

a.mHome:hover {
	color: #000000;
}

a.mHome#selected {
	color: #000000;
}

/*
	########################################################################
	################################################################ menu L1
*/

.menu_item_L1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	text-align: left;
	vertical-align:middle;
	width: 100%;
}

.menu_item_L1#selected {
	color: #000000;
	font-weight:bold;
}

.menu_item_L1#nonactive {
	color: #CCCCCC;
	font-weight:normal;
}

a.mL1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;	
}

a.mL1:hover {
	color: #000000;
}

a.mL1#selected {
	color: #000000;
	font-weight:bold;
}

/*
	########################################################################
	################################################################ menu L2
*/

.menu_item_L2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding-left:20px;
	font-weight:bold;
}

.menu_item_L2#selected {
	color: #003366;
	font-weight:bold;
}

.menu_item_L2#nonactive {
	color: #CCCCCC;
	font-weight:normal;
}

a.mL2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;	
}

a.mL2:hover {
	color: #003366;
}

a.mL2#selected {
	color: #003366;
	font-weight:bold;
}

/*
	########################################################################
	################################################################ menu L3
*/

.menu_item_L3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding-left:35px;
	font-weight:bold;
}

.menu_item_L3#selected {
	color: #336699;
}

.menu_item_L3#nonactive {
	color: #CCCCCC;
	font-weight:normal;
}

a.mL3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;	
}

a.mL3:hover {
	color: #336699;
}

a.mL3#selected {
	color: #336699;
	font-weight:bold;
}