

/* ddaccordion */

.applemenu{
margin: 0;
padding: 0;
width: 582px; /*width of menu*/
}

.applemenu div.silverheader a{
background: #3b3c3d url("../images/barra_film_download.gif"); background-repeat:no-repeat;
font-size:16px; font-family: Arial, Helvetica, sans-serif; 
color:#ccd1d7; 
font-weight:bold;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:24px;
padding: 3px 0 0 25px;
text-decoration: none;
margin: 0 0 10px 0;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: #3b3c3d url("../images/barra_film_download_down.gif"); background-repeat:no-repeat;
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #141414;
color: white;
padding: 10px;
margin: 0 0 10px 0;
height: 70px; /*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: white;
font-weight:normal;
}
*/



