h1 {
color: #330066
fonts-decoration: underline}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}

.poko{background-image: url(wood.gif);}

.mypets{ /*header of 1st demo*/
Position: center:
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background-image: url(1stp.gif);
margin-left:212px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background-image: url(2ndp.gif);
}

.thepet{
font: 18px verdana;
color: #ffffaa;
margin-left:212px;
}
.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;
}

.style1 {color: #000033}

div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFCCFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: underline;
	color: #333300;
}
