@charset "UTF-8";
.applemenu {
}

 div.silverheader a{
	background-image: url(../immagini/imm_appl/m_app_rx.png);
	background-repeat: repeat-x;
	Background-position: center left;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 8px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;	
}


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


div.selected a, div.silverheader a:hover{
	background-image: url(../immagini/imm_appl/m_app_rx.png);
	color: #FFFFFF;
}

div.submenu{ /*DIV that contains each sub menu*/
	padding: 5px;
	height: 130px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #1E1E1E;
	font-size: 14px;
	color: #626262;
}


/*per togliere il bordo/link alle immagini:*/
a:link img, a:hover img {
  border: none;
}
