@charset "iso-8859-1";

/* Struttura Menu Main */
/*
In questo template le specifiche CSS sono gestite in Area Layout > Gestione Menu Layout

#Menu_Main {
	position: relative;
	float: left;
	text-align: left;
	height: 36px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left: 100px;
}

#Menu_Main ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#Menu_Main li  {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 36px;
	text-align: center;
	display: inline;
	float: left;
	background: url('../../../download/MyTemplate/Button01Line.gif') center right no-repeat;
}

#Menu_Main li a:hover {
	background: #555;
	text-decoration: none;
	color: #fff;
}

#Menu_Main li a {
	display:block;	/* rende l'intero tag li cliccabile*/
	position:relative;
	line-height: 36px;
	color: #ffffff;
	font-size: 12px;
}

#Menu_Main li .Button_Selected {
	background: #f98100
}

*/

/* Struttura Menu User */

#Menu_User ul {

}

/* Struttura Menu Ecom */

#Menu_Ecom ul {

}

#Menu_Ecom li.Menu_EcomL2 {
	margin-left: 15px;
}