#AnimTree {
	float: left;
	width: 147px;
	color: #ffffff;
	text-align: left;
}

#AnimTree .button {
    float: left;
    width: 134px;
    height: 25px;
    padding-bottom: 7px;
}

#AnimTree .buttonlabel {
	float: left;
	width: 134px;
    height: 25px;
	line-height: 23px;
    text-indent: 16px;
    text-transform: uppercase;
    font-weight: bold;
	cursor: pointer;
    background: url(../imagenes/fondo_categoria.jpg) no-repeat;
}

#AnimTree .labelDown {
	color: #ffffff;
}

#AnimTree .labelDown a {
	color: #ffffff;
}

#AnimTree .labelDown a:hover {
	color: #ffffff;
}

#AnimTree .menu {
	float: right;
	width: 144px;
    padding-bottom: 7px;
}

#AnimTree .menu a.menuNode {
	float: left;
	width: 144px;
    height: 27px;
	line-height: 26px;
	cursor: pointer;
	font-size: 13px;
    text-indent: 21px;
	text-decoration: none;
	color: #ffffff;
}

#AnimTree .menu a.menuNode:hover {
	background: #6f6f6f;
}

#AnimTree .menu .labelDown {
	background: #6f6f6f;
}
