@charset "utf-8";
.mypets { /*header of 1st demo*/
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	display: block;
	text-shadow:0 1px 1px #000000;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../../images/bg-menu.png);
	background-repeat: repeat-x;
}

.mypets a:link,.mypets a:visited { /*header of 1st demo*/
	color: #000;
	text-decoration:none;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow:0 1px 1px #ffffff;
}


.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color: #CCC;
	color: #FFF;
	text-shadow:0 1px 1px #ffffff;
}
