#tab1, #tab2, #tab3, #tab4, #tab5, #tab6 {
	cursor: 		hand;
	cursor:			pointer;
	color: 			#000000;
	position: 		absolute;
	visibility: 	visible;
	left: 			0px;
	width: 			100px;
	height: 		30px;
	z-index: 		3;
	font-family: 	"Monotype Corsiva", "Palatino LinoType", serif;
	font-size: 		14pt;	
	border:			0px;
	margins:		0px;
	padding-top: 	2px;
	padding-left:	2px;
	padding-bottom: 0px;
	padding-right:  0px;
}

#tab1 {
	background-color: #008800;
	top: 0px;
}

#tab2 {
	background-color: #449944;
	top: 30px;
}

#tab3 {
	background-color: #66AA66;
	top: 60px;
}

#tab4 {
	background-color: #88CC88;
	top: 90px;
}

#tab5 {
	background-color: #AAFFAA;
	top: 120px;
}

#tab6 {
	background-color: #EEFFEE;
	top: 150px;
}

#box1, #box2, #box3, #box4, #box5, #box6 {
	position: 		absolute;
	visibility: 	visible;
	left: 			100px;
	top: 			0px;
	width: 			135px;
	height: 		180px;
	border:			none;
	margins:		0px;
	padding-top:	2px;
	padding-left:	2px;
	padding-bottom: 0px;
	padding-right:  0px;
}

#box1 {
	background-color: #008800;
	z-index: 5;
}

#box2 {
	background-color: #449944;
	z-index: 4;
}

#box3 {
	background-color: #66AA66;
	z-index: 3;
}

#box4 {
	background-color: #88CC88;
	z-index: 2;
}

#box5 {
	background-color: #AAFFAA;
	z-index: 1;
}

#box6 {
	background-color: #EEFFEE;
	z-index: 0;
}

A.menu {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
