/* CSS Document */
.applemenu{
	margin: 0px 0;
	padding: 0;
	width: auto; /*width of menu*/
}

.applemenu div.silverheader a{
	color: #000000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(../img/flecha_acordion.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	text-align: left;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}



.applemenu div.silverheader a:active{
	color: #CC0000;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../img/flecha_acordion2.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	color: #CC0000;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 0px;
	height: 340px;
}
.item_accordion {
	float: left;
	width: 260px;
	text-align: left;
	padding: 5px;
}
.silverheader {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

