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

.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 500px;
}

.applemenu div.silverheader a{
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 492px;
	padding-left: 8px;
	text-decoration: none;
	background-image: url(../img-interiores/barra-datos-masdatos.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 18px;
	padding-top: 5px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../img-interiores/barra-datos-masdatos.jpg);
	color: #666666;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	width: 500px;
}
