.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 0px 5px;
border: 0px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{font-family:Georgia, "Times New Roman", Times, serif; color:#0099FF; font-size:24px; cursor: hand; cursor: pointer;}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color:#03f;
margin: 0px 0 5px 0; background:url(../../images/up_bullet.gif) right no-repeat;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
margin: 0px 0 5px 0; background:url(../../images/down_bullet.gif) right no-repeat;
color:#09f;
}

