.applemenu {
	padding-left:40px;
	width: 510px; /*width of menu*/
	float:right;
	background-image: url(../images/linea_servicios.png);
	background-repeat: repeat-y;
	background-position:left;
	min-height:180px;
}

.applemenu div.silverheader {
	background-image: url(../images/punteada.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right:10px;
}

.applemenu div.silverheader a {
	color: #044157;
	display: block;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(../images/flecha_menu02.png);
	background-position:right 12px;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}
.applemenu div.silverheader a:hover {
	background-image:url(../images/flecha_menu02h.png);
	color: #097CA8;
}

.applemenu div.selected a {
	background-image:url(../images/flecha_menu.png);
	color: #097CA8;
	background-position:right 12px;
	background-repeat:no-repeat;
	}

.applemenu div.selected a:hover {
	background-image:url(../images/flecha_menuh.png);
	}

.applemenu div.submenu { /*DIV that contains each sub menu*/
	padding-left:0px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	padding-bottom:30px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
}

.applemenu div.submenu table { /*DIV that contains each sub menu*/
	margin-top:20px;
	margin-bottom: 10px;
	text-align: justify;
}

.applemenu div.silverheader a span{
	color: black;
}

.applemenu div.silverheader a:hover span{
	color: #097CA8;
}