@charset "utf-8";
/*---------------------------------------------------MENU PRINCIPALE-----------------------------------------------*/

ul#menu {
	list-style-type:none;
	display:inline;
	text-transform:capitalize;
	font-weight:normal;
	width: 490px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	height: 150px;

}


ul#menu li {
	float: left;
	line-height: 150px;
}

ul#menu h2, ul#menu h3 {

	display: inline;
}


ul#menu li a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #99c01d;
	text-decoration: none;
	float: left;
	padding: 10px;
	width: 130px;
	line-height: 130px;
}

ul#menu li a:hover {

	background-color: #4e2f23;


}

ul#menu li.mega a {
	background-repeat: no-repeat;
	padding: 10px;
	width: 130px;
	line-height: 130px;
}

ul#menu li.mega a:hover {
	background-image: url(../immagini/over_menu.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	text-decoration: none;
	background-color: #4e2f23;
}

ul#menu div {
display: none;
}

ul#menu li.mega div {
	position: absolute;
	width: 500px;
	position: absolute;
	top: 130px;
	background: #4e2f23;
	color: #F6F4EA;
	right: 0px;
}

ul#menu li.hovering div {
display: block;
}
ul#menu li.mega div a {
	color: #F6F4EA;
	background-image: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 10px;
	display: block;
	text-decoration: none;
	text-align: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8a756a;
	text-transform: none;
	width: 110px;
	margin-right: 15px;
	margin-left: 20px;
	line-height: 14px;
	padding-left: 5px;
}
ul#menu li.mega div a:hover {
	color: #99c01d;
	background-image: none;
	
}


ul#menu li div a.more {
	color: #390;
	font-weight: bold;
	line-height: 18px;
}


ul#menu div h3 {
	color: #f70;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 18px;
}
ul#menu div p {
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 18px;
}

ul#menu div img {
	float:left;
	margin-right: 10px;
}

