.applemenu{
	margin: 5px 0;
	padding: 0;
	border: 1px solid #eee;
	background: url(../images/backMnuLat.jpg) repeat-x scroll left top;
	font-size:.8em;
}

.applemenu div.silverheader a{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding:5px;
	text-decoration: none;
	color:#4097CD;
	font-weight:bold;
	text-align:left;

}


/*.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color:#4097CD;
}*/
.applemenu  div.selected a{ background:#0097CD; color:#fff;}
/*
.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../images/cabecera_left_bg.png);
	color: white;
	background-repeat: repeat-x;
}
*/
.applemenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/ border:solid 1px #4097CD;
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu a{ color:#4097CD;}
.applemenu div.submenu a:hover{ text-decoration:underline;}