.menumla_table {
	/*background: url(http://_localhost/_andyk/bergamaschi.it/modules/menu/images/menu_bg.jpg) no-repeat;*/
	width:175px; /* = backgorund image width */
	height:10px; /* solo per compattare gli items */
	padding-right:5px;
}

/*
	########################################################################
	############################################################## menu Home
*/

a.menumlaHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	text-decoration: underlined;
}

a.menumlaHome:hover {
	color: #000000;
}

a.menumlaHome#selected {
	color: #000000;
}

/*
	########################################################################
	################################################################ menu L1
*/

.menumla_item_L1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;	
	text-align: left;
	vertical-align:middle;
	width: 100%;
}

.menumla_item_L1#selected {
	color: #D32326;
	font-weight:bold;
}

.menumla_item_L1#nonactive {
	color: #DEDEDE;
	font-weight:normal;
}

a.menumlaL1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003399;
	text-decoration: none;	
}

a.menumlaL1:hover {
	color:#D32326;
	text-decoration:none;
}

a.menumlaL1#selected {
	color:#003399;
	font-weight:bold;
}
