@charset "utf-8";
/* CSS Document */

.applemenu{
	padding: 0;
	width: 900px;
	float: left;
	margin: 0px;
	
	
}

.applemenu div.silverheader a{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 740px;
	text-decoration: none;
	border: 1px solid #90C84B;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #333333;
	
	
}


.applemenu div.selected a{
	color: #333333;
}


.applemenu div.silverheader a:hover{
	background-image: url(../images/AccordionTab0.gif);
	color: #FFFFFF;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 0px;
	margin: 0px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	background-color: #90C84B;
}
#submenu_contenitore {
	height: 190px;
	width: 580px;
	padding-left: 310px;
	background-repeat: no-repeat;
}
#submenu_testo {
	width: 325px;
	float: left;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 60px;
	padding-top: 20px;
	padding-left: 35px;
}
