 /* 1 exemplo */
 .mypets{ /*header of 1st demo*/ 
	cursor: pointer;
	padding: 4px 0 4px 10px; 
	border: 1px solid gray;
	background-image: url(../menu/titlebar2.png);
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
}
.openpet{ /*class added to contents of 1st demo when they are open*/ 
	padding: 4px 0 4px 10px; 
	color:#FFFFFF;
	font-family: Arial;
	border: 1px solid gray;
	font-size: 14px;
	background-image: url(../menu/titlebar.png);
	background-repeat: repeat;
	background-position: center center;
	font-weight: bolder;
}


 /* 2 exemplo */
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}