.AnimTree {
	left: 0px;
	z-index: 500;
	position: absolute;
	height: 100%;
	background-color: #ffffff;
	padding-bottom: 0px;
	width: 150px;
	cursor: default;
}

.menu {
	position: relative;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0px  ;
	-moz-border-radius: 0 0 0 0;	
}

.tabs {
	position: relative;
	margin-top: -3px;
	top: 0;
	left: 0px;
	z-index: 500;
	height: 100%;
	background-color: #ffffff;
	padding-bottom: 0px;
	width: 187px;	
}

.button{
	/* may cause windows bug:
	   position: relative;
	*/
	letter-spacing: .1em;
	z-index: 100000;
	cursor: default;
	font-family:  Arial Rounded MT Bold, "Lucida Grande", Arial, "Trebuchet MS" ;
	height: 21px;
}

.buttonlabel{
	font-size: 13px;
	height: 1ex;
	display: block;
	/* may cause windows bug:
	   position: relative;
	*/
	font-weight: 800;
	cursor: default;
	text-align: left;
	border-left-width: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-image: none;
	margin-top: 0px;
	-moz-border-radius: 0px;
	height: 20px;
}
