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

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

.applemenu div.silverheader a{
	color: #5F3844;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 30px;
}


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


.applemenu div.selected a{
	color: #5F3844;
}


.applemenu div.silverheader a:hover{
	color: #5F3844;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 0px;
	margin: 0px;
	height: auto;
}
#submenu_contenitore {
	/*height: 130px;*/
	width: 898px;
	padding:0 0 10px 0;
}
#submenu_testo {
	width: 325px;
	float: left;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-right: 60px;
	padding-top: 10px;
	padding-left: 125px;
}


#submenu_testo a {
	color: #333;
	text-decoration:none;
}

#submenu_testo a:hover {
	color: #333;
	text-decoration:underline;
}


#submenu_testo2 {
	width: 325px;
	float: left;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-right: 60px;
	padding-top: 10px;
	
}

#submenu_testo2 a {
	color: #333;
	text-decoration:none;
}

#submenu_testo2 a:hover {
	color: #333;
	text-decoration:underline;
}

