.applemenu{
margin: 0px 0 5px;
padding: 0;

}

.silverheader{
background: #8E5697 repeat-x top left;
font: normal 26px Times New Roman;
font-weight: bold;
color: #FFFFFF;
display: block;
text-align: center;
/*position: relative; To help in the anchoring of the ".statusicon" icon image*/

padding: 2px 0px 2px;
padding-left: 8px;
text-decoration: none;
}


.submenu{ /*DIV that contains each sub menu*/
background: #8E5697;
padding: 0px;
height: 0px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
width: 100%;
}


.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: 16px Times New Roman;
font-weight: bold;
margin: 5px 0;
color: #000000;
padding: 5px;
background-color: #CCCCCC;
}

.thelanguage
{
font: 13px Tahoma;
color: #000000;
text-align: justify;
margin: 10px;
padding: 10px;

}


.technology2{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: 20px Times New Roman;
font-weight: bold;
margin: 5px 0;
color: #000000;
padding: 5px;
background-color: #FFF;
border: solid 1px #CCC;
}

.thelanguage2
{
font: 13px Tahoma;
color: #000000;
text-align: justify;
margin: 10px;
padding: 10px;

}

.price
{
font: 11px Tahoma;
color: #CC0000;
font-weight: bold;

}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #000000;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #990000;
}


